Suppress debug message.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 26 Oct 2009 15:56:00 +0000 (15:56 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 26 Oct 2009 15:56:00 +0000 (15:56 +0000)
org.glite.lb.server/src/bkserverd.c

index 8f8e62a..78a0db5 100644 (file)
@@ -715,7 +715,7 @@ int main(int argc, char *argv[])
        }
        edg_wll_Close(ctx);
        ctx->dbctx = NULL;
-       fprintf(stderr, "[%d]: DB '%s'\n", getpid(), dbstring);
+       dprintf(("[%d]: DB '%s'\n", getpid(), dbstring ? : "default"));
 
        if ((ctx->dbcaps & GLITE_LBU_DB_CAP_INDEX) == 0) {
                fprintf(stderr,"%s: missing index support in DB layer\n",argv[0]);