We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9d2ed commit fd80697Copy full SHA for fd80697
1 file changed
drivers/upsdrvctl.c
@@ -2050,7 +2050,7 @@ int main(int argc, char **argv)
2050
if (waitret == tmp->pid) {
2051
upsdebugx(1,
2052
"Driver [%s] PID %" PRIdMAX " initially exceeded "
2053
- "maxstartdelay %d sec but has finished by now",
+ "maxstartdelay %d sec but has finished starting by now",
2054
tmp->upsname, (intmax_t)tmp->pid,
2055
(tmp->maxstartdelay!=-1?tmp->maxstartdelay:maxstartdelay));
2056
tmp->exceeded_timeout = 0;
@@ -2212,6 +2212,8 @@ int main(int argc, char **argv)
2212
reset_signal_flag();
2213
upsdebugx(1, "upsdrvctl: handling signal: finished");
2214
}
2215
+#else /* WIN32 */
2216
+ /* TOTHINK: Is there something we can do on the platform? */
2217
#endif /* !WIN32 */
2218
2219
sleep(1);
0 commit comments