Page 1 of 1

Suggestion

Posted: Thu 16. Aug 2018, 09:58
by majorboobage
avscan.log

Code: Select all

------ UPDATE VIRUS DATABASE -------
Start: 2018-08-16 06:41:01
End: 2018-08-16 06:41:01
Status: Failed
As we can see status Failed, but this is not correct (can confuse the user) because ClamAV already is up to date :)

Code: Select all

Thu Aug 16 06:41:01 2018 -> --------------------------------------
Thu Aug 16 06:41:01 2018 -> ClamAV update process started at Thu Aug 16 06:41:01 2018
Thu Aug 16 06:41:01 2018 -> main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
Thu Aug 16 06:41:01 2018 -> daily.cvd is up to date (version: 24846, sigs: 2049688, f-level: 63, builder: neo)
Thu Aug 16 06:41:01 2018 -> bytecode.cvd is up to date (version: 327, sigs: 91, f-level: 63, builder: neo)
I propose to change it to for ex: ClamAV is up to date ;)

Thanks devs!

Re: Suggestion  [SOLVED]

Posted: Thu 16. Aug 2018, 11:49
by Alexander
Thanks and fixed!

(The return code of freshclam returns 0 or 1 in case of success/up to date database, i only checked for 0 until now...)