gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1773 - GNUnet/src/applications/transport


From: durner
Subject: [GNUnet-SVN] r1773 - GNUnet/src/applications/transport
Date: Fri, 19 Aug 2005 23:36:54 -0700 (PDT)

Author: durner
Date: 2005-08-19 23:36:50 -0700 (Fri, 19 Aug 2005)
New Revision: 1773

Modified:
   GNUnet/src/applications/transport/transport.c
Log:
fix segfault

Modified: GNUnet/src/applications/transport/transport.c
===================================================================
--- GNUnet/src/applications/transport/transport.c       2005-08-20 05:58:39 UTC 
(rev 1772)
+++ GNUnet/src/applications/transport/transport.c       2005-08-20 06:36:50 UTC 
(rev 1773)
@@ -537,7 +537,7 @@
   MUTEX_UNLOCK(&tapis_lock);
   if (tcount == 0) {
     LOG(LOG_DEBUG,
-       "%s failed: no transport succeeded in creating a hello\n");
+       "no transport succeeded in creating a hello\n");
     return SYSERR;
   }
   used = 0;





reply via email to

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