From 1a26cc231b5787497d9290ba58a19988d142bfde Mon Sep 17 00:00:00 2001 From: buliabyak Date: Tue, 21 Mar 2006 18:32:15 +0000 Subject: [PATCH] a more informative warning --- src/sp-image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sp-image.cpp b/src/sp-image.cpp index 631eb6a9c..17f969b53 100644 --- a/src/sp-image.cpp +++ b/src/sp-image.cpp @@ -382,7 +382,7 @@ GdkPixbuf* pixbuf_new_from_file( const char *filename, GError **error ) } else { - g_warning ("unable to open file: %s", filename); + g_warning ("Unable to open linked file: %s", filename); } /* -- 2.39.5