X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Fmodules%2Ftext%2Fsync_chain_batch.c;h=33b017681c1aad1fd2e8808d36e2a0feae47aae6;hb=c7cb53d7585f0e82f031f0f330f71f773c1d95c8;hp=31fde5ecff608afbaeaabfb5d769e1a1041086eb;hpb=ed7dd953f420ac84bd2b5d7bfe18d7d97998d02d;p=lttv.git diff --git a/lttv/modules/text/sync_chain_batch.c b/lttv/modules/text/sync_chain_batch.c index 31fde5ec..33b01768 100644 --- a/lttv/modules/text/sync_chain_batch.c +++ b/lttv/modules/text/sync_chain_batch.c @@ -356,7 +356,7 @@ void teardownSyncChain(LttvTracesetContext* const traceSetContext) if (fclose(syncState->graphsStream) != 0) { - g_error(strerror(errno)); + g_error("%s", strerror(errno)); } }