From ff25f8d4eb5a4e623576d031d3a74d495079245d Mon Sep 17 00:00:00 2001 From: rcyeske Date: Thu, 8 Mar 2001 00:17:07 +0000 Subject: (read_startup_files): Use PRINT_DEBUG to report failure to load rc files. --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0342dbd..ee63f23 100644 --- a/src/main.c +++ b/src/main.c @@ -277,12 +277,12 @@ read_startup_files () if ((fileptr = fopen (filename, "r")) == NULL) { /* we probably don't need to report this, its not an error */ - fprintf (stderr, "ratpoison: could not open %s\n", filename); + PRINT_DEBUG ("ratpoison: could not open %s\n", filename); if ((fileptr = fopen ("/etc/ratpoisonrc", "r")) == NULL) { /* neither is this */ - fprintf (stderr, "ratpoison: could not open /etc/ratpoisonrc\n"); + PRINT_DEBUG ("ratpoison: could not open /etc/ratpoisonrc\n"); } } -- cgit v1.2.3