summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c
index 9e9c6c5..b26a9dc 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2690,7 +2690,7 @@ int Start(void)
#endif
Info(_("[softhddev] ready%s\n"),
ConfigStartSuspended ? ConfigStartSuspended ==
- -1 ? "detached" : " suspended" : "");
+ -1 ? " detached" : " suspended" : "");
return ConfigStartSuspended;
}