Changed all "old-style" debug calls to new dbg calls.
FossilOrigin-Name: 2e98f08a020add71cecfd7d1902ba88cc5a5a48daf9574e85974674c9a6412cc
This commit is contained in:
@ -53,7 +53,7 @@ int cw_rand(uint8_t*dst, int len)
|
||||
}
|
||||
|
||||
if (l<len){
|
||||
cw_log_debug2("Not enough entropy reading from %s, using pseudo rand",cw_rand_dev);
|
||||
cw_dbg(DBG_CW_INFO,"Not enough entropy reading from %s, using pseudo rand",cw_rand_dev);
|
||||
return cw_pseudo_rand(dst,len);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user