mirror of https://github.com/odrling/Aegisub
In non-WITH_STARTUPLOG builds, send startup log events to the standard logging system rather than discard them
Originally committed to SVN as r6134.
This commit is contained in:
parent
046d8a6822
commit
5eb516f8d9
|
@ -88,7 +88,7 @@ enum {
|
|||
#ifdef WITH_STARTUPLOG
|
||||
#define StartupLog(a) MessageBox(0, a, "Aegisub startup log", 0)
|
||||
#else
|
||||
#define StartupLog(a)
|
||||
#define StartupLog(a) LOG_I("frame_main/init") << a
|
||||
#endif
|
||||
|
||||
static void autosave_timer_changed(wxTimer *timer, const agi::OptionValue &opt);
|
||||
|
|
Loading…
Reference in New Issue