summaryrefslogtreecommitdiff
path: root/rail_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'rail_cmd.c')
-rw-r--r--rail_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_cmd.c b/rail_cmd.c
index 19af91a9b..d1f7ead8a 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -1665,7 +1665,7 @@ make_red:
ssd->next_dir[ssd->cur_stack] = _dir_from_track[ssd->bit[i]];
ssd->cur_stack++;
} else {
- DEBUG(misc, 0) ("NUM_SSD_STACK too small"); /// @todo WTF is this???
+ DEBUG(misc, 0, "NUM_SSD_STACK too small"); /// @todo WTF is this???
}
}