From: James Harper Date: Wed, 1 Apr 2009 22:14:42 +0000 (+0000) Subject: removed spurious warning message X-Git-Tag: Release-3.0.0~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8e5b0ca95267bfd80dd09650f06ec4449e7f207a;p=bacula%2Fbacula removed spurious warning message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8676 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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; }