Magellan Linux

Annotation of /trunk/logrotate/patches/logrotate-3.7.1-taboo-to-debug.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 517 byte(s)
-import

1 niro 153 diff -u -ruN logrotate-3.7.1.orig/config.c logrotate-3.7.1/config.c
2     --- logrotate-3.7.1.orig/config.c 2003-08-07 07:13:14.000000000 -0400
3     +++ logrotate-3.7.1/config.c 2005-05-24 12:13:41.000000000 -0400
4     @@ -147,7 +147,7 @@
5     for (i = 0; i < tabooCount; i++) {
6     if (!strcmp(fname + strlen(fname) - strlen(tabooExts[i]),
7     tabooExts[i])) {
8     - message(MESS_ERROR, "Ignoring %s, because of %s "
9     + message(MESS_DEBUG, "Ignoring %s, because of %s "
10     "ending\n", fname, tabooExts[i]);
11    
12     return 0;