From 8e5b0ca95267bfd80dd09650f06ec4449e7f207a Mon Sep 17 00:00:00 2001 From: James Harper Date: Wed, 1 Apr 2009 22:14:42 +0000 Subject: [PATCH] removed spurious warning message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8676 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/filed/plugins/storage_group_node.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/win32/filed/plugins/storage_group_node.c b/bacula/src/win32/filed/plugins/storage_group_node.c index 2ec7e8e8b3..e2e45e6825 100644 --- a/bacula/src/win32/filed/plugins/storage_group_node.c +++ b/bacula/src/win32/filed/plugins/storage_group_node.c @@ -194,7 +194,6 @@ storage_group_node_t::startBackupFile(exchange_fd_context_t *context, struct sav tmp = new char[strlen(full_path) + wcslen(tmp_logfile_ptr) + 1]; strcpy(tmp, full_path); wcstombs(tmp + strlen(full_path), tmp_logfile_ptr, wcslen(tmp_logfile_ptr) + 1); - _JobMessage(M_WARNING, "Marking '%s' as seen\n", tmp); bfuncs->setBaculaValue(context->bpContext, bVarFileSeen, (void *)tmp); delete tmp; } -- 2.39.5