summaryrefslogtreecommitdiff
path: root/gutils.c
diff options
context:
space:
mode:
authorGMT 1999 Adam D. Moss <adam@gimp.org>1999-01-20 20:52:42 +0000
committerAdam D. Moss <adam@src.gnome.org>1999-01-20 20:52:42 +0000
commite4199bbcaf988eae34011433d7990fc9b35c5d44 (patch)
tree665e0c94e6fabc3c94c3bbf42afdad61dac52576 /gutils.c
parent8c54935c34ce2c7ce47115ab77e3bec05e1645ef (diff)
downloadglib-e4199bbcaf988eae34011433d7990fc9b35c5d44.tar.gz
All gtk apps were broken here on my setup. I changed the error to a
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org> * gutils.c (g_get_any_init): All gtk apps were broken here on my setup. I changed the error to a warning to at least get things limping.
Diffstat (limited to 'gutils.c')
-rw-r--r--gutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gutils.c b/gutils.c
index b19fd447b..67b4f0b00 100644
--- a/gutils.c
+++ b/gutils.c
@@ -455,7 +455,7 @@ g_get_any_init (void)
error = errno;
# endif /* HAVE_GETPWUID_R_POSIX */
if (error != ERANGE)
- g_error( "Could not read account information: %s",
+ g_warning( "Could not read account information: %s",
g_strerror (error));
bufsize *= 2;
}