mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
change log message in download
This commit is contained in:
parent
600b91c74a
commit
b190cec55d
1 changed files with 8 additions and 1 deletions
|
|
@ -2166,7 +2166,14 @@ int cwmp_handle_rpc_cpe_download(struct session *session, struct rpc *rpc)
|
|||
}
|
||||
bkp_session_insert_download(download);
|
||||
bkp_session_save();
|
||||
CWMP_LOG(INFO,"Download will start in %us",download_delay);
|
||||
if(download_delay != 0)
|
||||
{
|
||||
CWMP_LOG(INFO,"Download will start in %us",download_delay);
|
||||
}
|
||||
else
|
||||
{
|
||||
CWMP_LOG(INFO,"Download will start at the end of session");
|
||||
}
|
||||
|
||||
pthread_mutex_unlock (&mutex_download);
|
||||
if (cond_signal)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue