]> git.sur5r.net Git - bacula/bacula/commitdiff
removed spurious warning message
authorJames Harper <james.harper@bendigoit.com.au>
Wed, 1 Apr 2009 22:14:42 +0000 (22:14 +0000)
committerJames Harper <james.harper@bendigoit.com.au>
Wed, 1 Apr 2009 22:14:42 +0000 (22:14 +0000)
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

index 2ec7e8e8b3ed5dd0e5d61edf65329c53600bb46d..e2e45e6825396a3185fabef467c096cce90664b8 100644 (file)
@@ -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;
                }