Typo
This commit is contained in:
parent
bde4943da5
commit
16276b21eb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function poller_run($argv, $argc){
|
||||||
|
|
||||||
// Quit the poller once every hour
|
// Quit the poller once every hour
|
||||||
if (time() > ($starttime + 3600)) {
|
if (time() > ($starttime + 3600)) {
|
||||||
logger('Process lifetime reachted, quitting.', LOGGER_DEBUG);
|
logger('Process lifetime reached, quitting.', LOGGER_DEBUG);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue