aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-11-26 18:38:03 +0000
committerGerald Combs <gerald@wireshark.org>2007-11-26 18:38:03 +0000
commit9e16f1313cc946167dface8cdf87cc49394d1320 (patch)
tree609926fefa0227efcd05f84235f80e8f97dc3922 /gtk/about_dlg.c
parentdd0a4750b05f366db265f0b70cdfe03b597d2ad5 (diff)
If the user has G_LOG_LEVEL_INFO enabled, provide startup progress messages.
svn path=/trunk/; revision=23606
Diffstat (limited to 'gtk/about_dlg.c')
-rw-r--r--gtk/about_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/about_dlg.c b/gtk/about_dlg.c
index 24e8c2f0d5..aab5a7dc78 100644
--- a/gtk/about_dlg.c
+++ b/gtk/about_dlg.c
@@ -38,6 +38,7 @@
#include "file_dlg.h"
#include "compat_macros.h"
#include "globals.h"
+#include "log.h"
#if GTK_MAJOR_VERSION >= 2 || GTK_MINOR_VERSION >= 3
#include "text_page.h"
#endif
@@ -222,6 +223,7 @@ splash_update(register_action_e action, const char *message, gpointer client_dat
break;
}
splash_update_label(win, action_msg);
+ g_log(LOG_DOMAIN_MAIN, G_LOG_LEVEL_INFO, action_msg);
last_action = action;
}