forked from Telodendria/Telodendria
Make the log file message more visible.
This commit is contained in:
parent
7a939b91d1
commit
cfcef45c00
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ main(int argc, char **argv)
|
|||
goto finish;
|
||||
}
|
||||
|
||||
Log(lc, LOG_DEBUG, "Redirecting future output to '%s'.", tConfig->logOut);
|
||||
Log(lc, LOG_MESSAGE, "Logging to '%s'. Check there for all future messages.", tConfig->logOut);
|
||||
LogConfigOutputSet(lc, logFile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue