get rid of spurious newline
authorcaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Tue, 8 Nov 2005 18:43:09 +0000 (18:43 +0000)
committercaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>
Tue, 8 Nov 2005 18:43:09 +0000 (18:43 +0000)
git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@49 517b70f8-ed25-0410-8bf6-f5db08f7b76e

src/krb5-auth-dialog.c

index b02a6327ad3bd90d916b81c8770cdd8063ad8950..81f4f3839ebfc29bbda5cda3ca66d22ea49c0c31 100644 (file)
@@ -574,7 +574,7 @@ main (int argc, char *argv[])
                                libnm_glib_shutdown (nm_context);
                                nm_context = NULL;
 
-                               g_warning ("Could not connect to NetworkManager, connection status will not be managed!\n");
+                               g_warning ("Could not connect to NetworkManager, connection status will not be managed!");
                        }
                }
 #endif /* ENABLE_NETWORK_MANAGER */