From e43e6e881408ceb04da133e5a3027a54d168cd68 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 9 Jul 2005 03:39:42 +0000 Subject: [PATCH] Fixed back proper unbundling error reporting. - We no longer try to rewrite system "locale" directory, no need to by quiet. --- src/bundle-util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bundle-util.c b/src/bundle-util.c index 52a6afc..6376041 100644 --- a/src/bundle-util.c +++ b/src/bundle-util.c @@ -259,8 +259,7 @@ struct dir_stack **mkdirs_tail_pointer; g_assert(!mkdirs); if (-1==(fd=open(pathname,O_WRONLY|O_CREAT|O_TRUNC,pathname_mode))) { - if (errno!=EACCES && errno!=ENOENT) - g_warning(_("Error opening the file \"%s\" for rewrite: %m"),pathname); + g_warning(_("Error opening the file \"%s\" for rewrite: %m"),pathname); return FALSE; } /* Register the file only if it got already created. -- 1.8.3.1