Missing space added.

This commit is contained in:
Johns 2012-11-25 00:38:32 +01:00
parent b04323704d
commit 5ec6963398

View File

@ -2690,7 +2690,7 @@ int Start(void)
#endif
Info(_("[softhddev] ready%s\n"),
ConfigStartSuspended ? ConfigStartSuspended ==
-1 ? "detached" : " suspended" : "");
-1 ? " detached" : " suspended" : "");
return ConfigStartSuspended;
}