mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Missing space added.
This commit is contained in:
parent
b04323704d
commit
5ec6963398
@ -2690,7 +2690,7 @@ int Start(void)
|
||||
#endif
|
||||
Info(_("[softhddev] ready%s\n"),
|
||||
ConfigStartSuspended ? ConfigStartSuspended ==
|
||||
-1 ? "detached" : " suspended" : "");
|
||||
-1 ? " detached" : " suspended" : "");
|
||||
|
||||
return ConfigStartSuspended;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user