From c6a78f79879a8a83f4a2557b2ff404a862cf88c8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 3 Aug 2008 07:07:42 +0000 Subject: Log file uploads at NOTIFY level so that all you need to do to get them (and just them) logged is to set LogAllFileAccess = yes. --- bin/bbackupd/BackupDaemon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index 81ebf982..93637f40 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -409,7 +409,7 @@ public: { if (mLogAllFileAccess) { - BOX_INFO("Uploading complete file: " << rLocalPath); + BOX_NOTICE("Uploading complete file: " << rLocalPath); } } virtual void NotifyFileUploadingPatch( @@ -418,7 +418,7 @@ public: { if (mLogAllFileAccess) { - BOX_INFO("Uploading patch to file: " << rLocalPath); + BOX_NOTICE("Uploading patch to file: " << rLocalPath); } } virtual void NotifyFileUploaded( @@ -428,7 +428,7 @@ public: { if (mLogAllFileAccess) { - BOX_INFO("Uploaded file: " << rLocalPath); + BOX_NOTICE("Uploaded file: " << rLocalPath); } } virtual void NotifyFileSynchronised( -- cgit v1.2.3