diff options
author | corvid <devnull@localhost> | 2014-09-10 08:36:38 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-09-10 08:36:38 +0000 |
commit | afe572a3dcac774dd90684f1328dd480bfe7db97 (patch) | |
tree | bab1d62fa0fc3432968bc9d9c0843e996e783ee2 | |
parent | 00de578f307764230cb3a4e2d1bd28a78a993529 (diff) |
png error handler MSG include URL
-rw-r--r-- | src/png.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,8 +103,8 @@ void Png_error_handling(png_structp png_ptr, png_const_charp msg) { DilloPng *png; - MSG("Png_error_handling: %s\n", msg); png = png_get_error_ptr(png_ptr); + MSG("Png_error_handling: %s: %s\n", URL_STR(png->url), msg); png->error = 1; png->state = IS_finished; |