From fff617796359fea49bb5685198da6bc2fbbdbe8c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 31 Mar 2004 08:29:03 +0000 Subject: [PATCH] Turn off debug message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1168 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/autochanger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/autochanger.c b/bacula/src/stored/autochanger.c index e464c84353..72237ad63a 100644 --- a/bacula/src/stored/autochanger.c +++ b/bacula/src/stored/autochanger.c @@ -146,7 +146,7 @@ static int get_autochanger_loaded_slot(JCR *jcr) changer = edit_device_codes(jcr, changer, jcr->device->changer_command, "loaded"); status = run_program(changer, timeout, results); - Dmsg3(000, "run_prog: %s stat=%d result=%s\n", changer, status, results); + Dmsg3(100, "run_prog: %s stat=%d result=%s\n", changer, status, results); if (status == 0) { loaded = atoi(results); if (loaded > 0) { -- 2.39.5