Skip to content
Snippets Groups Projects
Commit 9c9d6a15 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Another time_t printf

parent aaa82ca4
No related branches found
No related tags found
No related merge requests found
Pipeline #5660 failed
...@@ -1981,7 +1981,7 @@ void services_thread(void* arg) ...@@ -1981,7 +1981,7 @@ void services_thread(void* arg)
lprintf(LOG_DEBUG,"Temporary file directory: %s", scfg.temp_dir); lprintf(LOG_DEBUG,"Temporary file directory: %s", scfg.temp_dir);
if((t=checktime())!=0) { /* Check binary time */ if((t=checktime())!=0) { /* Check binary time */
lprintf(LOG_ERR,"!TIME PROBLEM (%ld)",t); lprintf(LOG_ERR,"!TIME PROBLEM (%" PRId64 ")",(int64_t)t);
} }
if(uptime==0) if(uptime==0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment