Make the log file message more visible.

This commit is contained in:
Jordan Bancino 2022-09-30 13:13:27 -04:00
parent 7a939b91d1
commit cfcef45c00

View file

@ -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);
}