Update main.c print uptime sec

sim-fail
Alan Johnston 3 months ago committed by GitHub
parent 137cd02dc2
commit b1c3b28aa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -564,7 +564,7 @@ int main(int argc, char * argv[]) {
uptime = (int) (uptime_sec + 0.5);
// printf("Uptime sec: %f \n", uptime_sec);
// #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
fclose(uptime_file);

Loading…
Cancel
Save

Powered by TurnKey Linux.