Fix uninformative error message log.

svn path=/trunk/netsurf/; revision=2903
This commit is contained in:
James Bursa 2006-08-30 20:09:02 +00:00
parent c942b83a61
commit b51f807fe3

View File

@ -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) {