diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-29 08:47:04 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-29 08:47:04 +0000 |
| commit | 17b5f8bce1ce1bc58c149adcac80ab2118019615 (patch) | |
| tree | 07272208cc2a694b4f32d0c0c9b7e5e8da5ae69d /src/io/resource.cpp | |
| parent | Remove menus-bars.xml since it's a duplicate file (diff) | |
| download | inkscape-17b5f8bce1ce1bc58c149adcac80ab2118019615.tar.gz inkscape-17b5f8bce1ce1bc58c149adcac80ab2118019615.zip | |
Improved warning in io/resource.cpp
Diffstat (limited to 'src/io/resource.cpp')
| -rw-r--r-- | src/io/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp index 84be1586e..ffe612e43 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -157,7 +157,7 @@ Glib::ustring get_filename(Type type, char const *filename, char const *locale) } else if(file_test(sys_filename, G_FILE_TEST_EXISTS)) { result = Glib::ustring(sys_filename); } else { - g_warning("Failed to load resource: %s", filename); + g_warning("Failed to load resource: %s from %s or %s", filename, user_filename, sys_filename); } if(!result.empty()) { |
