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

Another time_t printf

parent 555da2df
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -1981,7 +1981,7 @@ void services_thread(void* arg)
lprintf(LOG_DEBUG,"Temporary file directory: %s", scfg.temp_dir);
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment