X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-support.c;h=f5aace629be5200c83a71ab48f948ced1c15281f;hb=34dbe92edd95fbf7082c3e54f438c76355254fe5;hp=5d2689ff3dd8eb4373d8b728f61d42766f12e80e;hpb=f403c2b52eae763e10452f039a2bb586a70acc49;p=xournal.git diff --git a/src/xo-support.c b/src/xo-support.c index 5d2689f..f5aace6 100644 --- a/src/xo-support.c +++ b/src/xo-support.c @@ -118,7 +118,7 @@ create_pixbuf (const gchar *filename) pixbuf = gdk_pixbuf_new_from_file (pathname, &error); if (!pixbuf) { - fprintf (stderr, _("Failed to load pixbuf file: %s: %s\n"), + fprintf (stderr, "Failed to load pixbuf file: %s: %s\n", pathname, error->message); g_error_free (error); }