gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2172 - GNUnet/src/applications/topology_f2f


From: durner
Subject: [GNUnet-SVN] r2172 - GNUnet/src/applications/topology_f2f
Date: Thu, 6 Oct 2005 10:56:19 -0700 (PDT)

Author: durner
Date: 2005-10-06 10:56:14 -0700 (Thu, 06 Oct 2005)
New Revision: 2172

Modified:
   GNUnet/src/applications/topology_f2f/topology.c
Log:
fix

Modified: GNUnet/src/applications/topology_f2f/topology.c
===================================================================
--- GNUnet/src/applications/topology_f2f/topology.c     2005-10-06 17:50:38 UTC 
(rev 2171)
+++ GNUnet/src/applications/topology_f2f/topology.c     2005-10-06 17:56:14 UTC 
(rev 2172)
@@ -105,7 +105,7 @@
   if (!session) {
     session = coreAPI->requestService("session");
     if (!session)
-      LOG(LOG_ERROR, _("Module `%s' not loaded yet\n"));
+      LOG(LOG_ERROR, _("Module `%s' not loaded yet\n"), "session");
   }
   
   return session;





reply via email to

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