gns: fix format string
authorDaniel Golle <daniel@makrotopia.org>
Wed, 12 Oct 2016 21:24:53 +0000 (21:24 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 12 Oct 2016 21:24:53 +0000 (21:24 +0000)
r38079 introduced a debug message which breaks the build if
-Werror=format-security is set.

src/gns/gnunet-service-gns_reverser.c

index 21bbe35788e0d4702f98e608539f91d83c37d44d..931dc68091da22a24909cca6d68b93c0cf7605dd 100644 (file)
@@ -468,6 +468,7 @@ store_reverse (void *cls,
   if (GNUNET_SYSERR == success)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                "%s\n",
                 emsg);
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Stored records (%s)\n", mynick);