# HG changeset patch # User Richard Laager # Date 1232767385 0 # Node ID b539aaa728b3535d3da8ce1c7ee4a8ed67fdd4f4 # Parent cfb4e3dc7a23ba3f205a4ac6e318bf4870c49cbd Display rather than log the error when another instance is running. diff -r cfb4e3dc7a23 -r b539aaa728b3 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sat Jan 24 02:44:27 2009 +0000 +++ b/pidgin/gtkmain.c Sat Jan 24 03:23:05 2009 +0000 @@ -784,8 +784,8 @@ dbus_connection_send_with_reply_and_block(conn, message, -1, NULL); dbus_message_unref(message); #endif - purple_debug_info("main", "exiting because another libpurple client is already running\n"); purple_core_quit(); + g_printerr(_("Exiting because another libpurple client is already running.\n")); #ifdef HAVE_SIGNAL_H g_free(segfault_message); #endif