freeipmi change restart message to info (#15664)
Ilya Mashchenko committed
Aug 1, 2023 at 13:05 UTC
fb540f299e6cb764fdb606309cfcd34b1b17658c
1 file changed
+1
-1
collectors/freeipmi.plugin/freeipmi_plugin.c
+1
-1
@@ -1892,7 +1892,7 @@ int main (int argc, char **argv) {
1892
1893
// restart check (14400 seconds)
1894
if (now_monotonic_sec() - started_t > IPMI_RESTART_EVERY_SECONDS) {
1895
- collector_error("%s(): reached my lifetime expectancy. Exiting to restart.", __FUNCTION__);
1895
+ collector_info("%s(): reached my lifetime expectancy. Exiting to restart.", __FUNCTION__);
1896
fprintf(stdout, "EXIT\n");
1897
fflush(stdout);
1898
exit(0);