mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
redirect stdout to stderr
This commit is contained in:
parent
af395996d0
commit
3f40728779
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ import config, itemdb, monitor, onedrive, sync;
|
|||
|
||||
void main(string[] args)
|
||||
{
|
||||
// always print log messages
|
||||
stdout = stderr;
|
||||
|
||||
bool monitor, resync, verbose;
|
||||
try {
|
||||
auto opt = getopt(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue