summaryrefslogtreecommitdiff
path: root/src/syncdb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-05 13:11:53 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-05 13:11:53 +0100
commitc402b024d864abc9d918cb1eb2ae3886963bcc8c (patch)
treec4456be70b31d672760e3e59a64f20e76090841f /src/syncdb
parentdf85445615e11c482e2c632405e7dd5dd358909d (diff)
downloadsync-c402b024d864abc9d918cb1eb2ae3886963bcc8c.tar.gz
sync-c402b024d864abc9d918cb1eb2ae3886963bcc8c.tar.bz2
sync-c402b024d864abc9d918cb1eb2ae3886963bcc8c.zip
adapt to latest changes in GNUnet
Diffstat (limited to 'src/syncdb')
-rw-r--r--src/syncdb/sync_db_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncdb/sync_db_plugin.c b/src/syncdb/sync_db_plugin.c
index 2c3bd48..995c41f 100644
--- a/src/syncdb/sync_db_plugin.c
+++ b/src/syncdb/sync_db_plugin.c
@@ -102,7 +102,7 @@ plugin_init ()
if (err > 0)
{
fprintf (stderr,
- _ ("Initialization of plugin mechanism failed: %s!\n"),
+ "Initialization of plugin mechanism failed: %s!\n",
lt_dlerror ());
return;
}