From df4a149dd36bbb45b4607b0dd7f699686eafdc3f Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Wed, 11 Jun 2003 21:52:26 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1356 --- client/win/wingui.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/win/wingui.cpp b/client/win/wingui.cpp index 382fd32eb2..7419767bbd 100755 --- a/client/win/wingui.cpp +++ b/client/win/wingui.cpp @@ -38,9 +38,8 @@ void show_message(PROJECT* p, char* msg, int priority) { if(g_myWnd) { g_myWnd->MessageUser(x, message, priority); - } else { - fprintf(stderr, "%s: %s (priority: %s)\n", x, message, priority); } + fprintf(stderr, "%s: %s (priority: %s)\n", x, message, priority); } int add_new_project() {