aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/curses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curses.c b/src/curses.c
index 28175e6..362e57a 100644
--- a/src/curses.c
+++ b/src/curses.c
@@ -108,7 +108,7 @@ void* main_window_worker(void* args)
}
last = i - 1;
- COM("IGNORING: %s", device[first]->path);
+ COM(self, "IGNORING: %s", device[first]->path);
/* Replace the first device's array entry and then clear the original */
memmove(device[first], device[last], sizeof(nndevice_t));
memset(device[last], 0, sizeof(nndevice_t));