forked from mia/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
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ enum {
|
||||||
#ifdef WITH_STARTUPLOG
|
#ifdef WITH_STARTUPLOG
|
||||||
#define StartupLog(a) MessageBox(0, a, "Aegisub startup log", 0)
|
#define StartupLog(a) MessageBox(0, a, "Aegisub startup log", 0)
|
||||||
#else
|
#else
|
||||||
#define StartupLog(a)
|
#define StartupLog(a) LOG_I("frame_main/init") << a
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void autosave_timer_changed(wxTimer *timer, const agi::OptionValue &opt);
|
static void autosave_timer_changed(wxTimer *timer, const agi::OptionValue &opt);
|
||||||
|
|
Loading…
Reference in a new issue