idletime: fix another missing unlock on error
[fio.git] / blktrace.c
index 52f0c719eab154fb81bbf2ce405018564bdde748..29eed50c391c422da566eb063cb2bc4863bd19a1 100644 (file)
@@ -150,7 +150,7 @@ static int lookup_device(struct thread_data *td, char *path, unsigned int maj,
                 */
                if (td->o.replay_redirect) {
                        dprint(FD_BLKTRACE, "device lookup: %d/%d\n overridden"
-                                       " with: %s", maj, min,
+                                       " with: %s\n", maj, min,
                                        td->o.replay_redirect);
                        strcpy(path, td->o.replay_redirect);
                        found = 1;