git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2743 77e5149b-7576-45b1-b177-96237e5ba77b
| ... | ... |
@@ -714,7 +714,7 @@ static int chdir_inc(const char *dbname) |
| 714 | 714 |
} |
| 715 | 715 |
|
| 716 | 716 |
if(cvd_unpack(dbfile, path) == -1) {
|
| 717 |
- logg("!chdir_inc: Can't unpack %s into %s\n", path);
|
|
| 717 |
+ logg("!chdir_inc: Can't unpack %s into %s\n", dbfile, path);
|
|
| 718 | 718 |
rmdirs(path); |
| 719 | 719 |
return -1; |
| 720 | 720 |
} |