Debug message cleanup
[ust.git] / libust / marker.c
index 788d87691beb0ddc6fd4f51efb2df7cad151545c..dc2747f0b17bbc8c613ce3c57fb38194bb877dac 100644 (file)
@@ -1387,8 +1387,7 @@ lib_added:
        /* FIXME: update just the loaded lib */
        lib_update_markers();
 
-       /* markers_count - 1: skip dummy */
-       DBG("just registered a markers section from %p and having %d markers", markers_start, markers_count - 1);
+       DBG("just registered a markers section from %p and having %d markers (minus dummy markers)", markers_start, markers_count);
        
        return 0;
 }
This page took 0.022157 seconds and 4 git commands to generate.