Remove warnings in the lttv/module/text directory v2
[lttv.git] / lttv / modules / text / sync_chain_batch.c
index 31fde5ecff608afbaeaabfb5d769e1a1041086eb..33b017681c1aad1fd2e8808d36e2a0feae47aae6 100644 (file)
@@ -356,7 +356,7 @@ void teardownSyncChain(LttvTracesetContext* const traceSetContext)
 
                if (fclose(syncState->graphsStream) != 0)
                {
-                       g_error(strerror(errno));
+                       g_error("%s", strerror(errno));
                }
        }
 
This page took 0.022064 seconds and 4 git commands to generate.