nufw-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nufw-devel] [PATCH 3 of 7] authsrv.c: fix a format string


From: Mikael Berthe
Subject: [Nufw-devel] [PATCH 3 of 7] authsrv.c: fix a format string
Date: Tue, 25 Oct 2005 20:16:01 +0200

# HG changeset patch
# User Mikael Berthe <address@hidden>
# Node ID dfc94cea699164f346798113f6e2a71a4fa5e39f
# Parent  de6ac05d1ad48e6b838929e7c5a5abe3f62be4fc
authsrv.c: fix a format string

diff -r de6ac05d1ad4 -r dfc94cea6991 src/nuauth/authsrv.c
--- a/src/nuauth/authsrv.c      Sun Oct 23 21:23:00 2005 +0200
+++ b/src/nuauth/authsrv.c      Sun Oct 23 21:28:26 2005 +0200
@@ -763,7 +763,7 @@
 
        if (nuauth_push && nuauth_hello_authentication){
                if (DEBUG_OR_NOT(DEBUG_LEVEL_VERBOSE_DEBUG,DEBUG_AREA_MAIN))
-                       g_message("Creating %d hello mode authentication 
thread");
+                       g_message("Creating hello mode authentication thread");
                localid_auth_queue = g_async_queue_new ();
                localid_auth_thread = g_thread_create ( (GThreadFunc) 
localid_auth,
                                NULL,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]