|
|
|
@ -564,7 +564,7 @@ int main(int argc, char * argv[]) {
|
|
|
|
uptime = (int) (uptime_sec + 0.5);
|
|
|
|
uptime = (int) (uptime_sec + 0.5);
|
|
|
|
// printf("Uptime sec: %f \n", uptime_sec);
|
|
|
|
// printf("Uptime sec: %f \n", uptime_sec);
|
|
|
|
// #ifdef DEBUG_LOGGING
|
|
|
|
// #ifdef DEBUG_LOGGING
|
|
|
|
// printf("INFO: Reset Count: %d Uptime since Reset: %ld \n", reset_count, uptime);
|
|
|
|
printf("INFO: Reset Count: %d Uptime since Reset: %ld \n", reset_count, uptime);
|
|
|
|
// #endif
|
|
|
|
// #endif
|
|
|
|
fclose(uptime_file);
|
|
|
|
fclose(uptime_file);
|
|
|
|
|
|
|
|
|
|
|
|
|