diff options
author | David Tardon <dtardon@redhat.com> | 2016-10-24 22:46:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-10-25 09:02:55 +0200 |
commit | 681a1ca27f606282a1fb3a60d67f61c0f3ba9579 (patch) | |
tree | 661d4f625fabbe7a0cb565a43f25bfab9f0ab2d3 /sysui | |
parent | b1686f6cf1a52d53b46f1483e8a79dda0ccea797 (diff) |
improve debug output
Change-Id: I7c5b8e67ee19e6a7d7909acb03d2d695cdc17a24
Diffstat (limited to 'sysui')
-rwxr-xr-x | sysui/desktop/share/create_mime_xml.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/share/create_mime_xml.pl b/sysui/desktop/share/create_mime_xml.pl index 92d43107aa8c..da2b198c79a3 100755 --- a/sysui/desktop/share/create_mime_xml.pl +++ b/sysui/desktop/share/create_mime_xml.pl @@ -99,7 +99,7 @@ sub getMimedata { $desktop_file = $mimedir.'/'.$desktop_name.'.desktop'; $mimetype = ""; $glob = ""; - open(DESKTOP_FILE, $desktop_file) || die 'Cannot open "desktop"-file.'.$!; + open(DESKTOP_FILE, $desktop_file) || die "Cannot open desktop-file $desktop_file. ".$!; while (<DESKTOP_FILE>) { ## get mimetype if (/^MimeType=/) { |