Disable splash message logging, since it seems to ignore the log level mask.

svn path=/trunk/; revision=23611
This commit is contained in:
Gerald Combs 2007-11-26 21:54:00 +00:00
parent b2991dfd21
commit 85d12e73b3
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ 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;
}