* Changes in preparation for 3.2.0beta1...
[BackupPC.git] / lib / BackupPC / Xfer / Protocol.pm
index ae6b4c4..3072870 100644 (file)
@@ -11,7 +11,7 @@
 #   Paul Mantz    <pcmantz@zmanda.com>
 #
 # COPYRIGHT
-#   Copyright (C) 2001-2007  Craig Barratt
+#   Copyright (C) 2001-2009  Craig Barratt
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 #
 #========================================================================
 #
-# Version 3.1.0, released 25 Nov 2007.
+# Version 3.2.0beta1, released 5 Jan 2010.
 #
 # See http://backuppc.sourceforge.net.
 #
@@ -63,6 +63,7 @@ sub new
         pipeRH    => undef,
         pipeWH    => undef,
         badFiles  => [],
+        logLevel  => $bpc->{Conf}{XferLogLevel},
 
         #
         # Various stats
@@ -270,7 +271,6 @@ sub logWrite
     return ( $XferLOG->write(\$msg) ) if ( $level <= $t->{logLevel} );
 }
 
-
 ##############################################################################
 # File Inclusion/Exclusion
 ##############################################################################