Fix: tests: missing argument in test output print statement
[lttng-tools.git] / tests / unit / test_fd_tracker.c
index a6a2a44d2a4bf45ff2b8cdee04f5919254917f25..94f54769d18b4f6c1fbf4c591d3c71ffe1d3598b 100644 (file)
@@ -700,7 +700,8 @@ void test_unlink(void)
 
        /* Open two handles to the same file. */
        ret = open_same_file(tracker, file_path, handles_to_open, handles);
-       ok(!ret, "Successfully %i handles to %s", handles_to_open);
+       ok(!ret, "Successfully opened %i handles to %s", handles_to_open,
+                       file_path);
        if (ret) {
                return;
        }
This page took 0.0246150000000001 seconds and 5 git commands to generate.