More noisy on DB open errors (proper CVS branch now).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 9 Feb 2011 15:02:03 +0000 (15:02 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 9 Feb 2011 15:02:03 +0000 (15:02 +0000)
org.glite.lb.server/src/bkserverd.c

index 88fb67c..abc2ac3 100644 (file)
@@ -1756,7 +1756,7 @@ static int wait_for_open(edg_wll_Context ctx, const char *dbstring)
                                if (dbfail_string2) free(dbfail_string2);
                                dbfail_string2 = dbfail_string1;
                                dbfail_string1 = NULL;
-                               glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_WARN, "[%d]: %s\nStill trying ...",getpid(),dbfail_string2);
+                               glite_common_log(LOG_CATEGORY_CONTROL, LOG_PRIORITY_ERROR, "[%d]: %s\nStill trying ...",getpid(),dbfail_string2);
                                
                        }
                }