mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-15 23:29:21 +03:00
Fix uninformative error message log.
svn path=/trunk/netsurf/; revision=2903
This commit is contained in:
parent
c942b83a61
commit
b51f807fe3
@ -942,7 +942,8 @@ void bitmap_save_file(struct bitmap *bitmap)
|
||||
}
|
||||
|
||||
if (error) {
|
||||
LOG(("File save error"));
|
||||
LOG(("xosfile_save_stamped: 0x%x: %s",
|
||||
error->errnum, error->errmess));
|
||||
bitmap->filename[0] = 0;
|
||||
} else {
|
||||
if (bitmap->sprite_area) {
|
||||
|
Loading…
Reference in New Issue
Block a user