Set the correction factors in the sync_chain
[lttv.git] / lttv / lttv / sync / event_analysis_linreg.c
index 0cab480b5f64d444aaed1b887a4132db2a357009..bda898740f4cf8d7ccb965e97fee3e0a46bc2f35 100644 (file)
@@ -421,7 +421,7 @@ static void doGraphProcessing(SyncState* const syncState)
                        graph= (Graph*) result->data;
                        if (errorSum < graph->errorSum)
                        {
-                               g_debug("adding to graph");
+                               g_debug("new reference");
                                graph->errorSum= errorSum;
                                free(graph->previousVertex);
                                graph->previousVertex= previousVertex;
This page took 0.022163 seconds and 4 git commands to generate.