Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bareos/fuse/node/bvfscommon.py')
-rw-r--r--bareos/fuse/node/bvfscommon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bareos/fuse/node/bvfscommon.py b/bareos/fuse/node/bvfscommon.py
index adba721..91a5bee 100644
--- a/bareos/fuse/node/bvfscommon.py
+++ b/bareos/fuse/node/bvfscommon.py
@@ -42,7 +42,7 @@ class BvfsCommon(Base):
# =======
def restore(self, path, pathIds, fileIds):
- self.logger.debug( "%s: start", self.get_name() )
+ self.logger.debug( "start" )
bvfs_restore_id = "b20042"
dirId=''
if pathIds:
@@ -68,4 +68,4 @@ class BvfsCommon(Base):
except KeyError:
self.logger.debug("failed to get resulting jobid of run command (maybe old version of Bareos Director)")
cleanup = self.bsock.call('.bvfs_cleanup path={bvfs_restore_id}'.format(bvfs_restore_id = bvfs_restore_id))
- self.logger.debug( "%s: end", self.get_name() )
+ self.logger.debug( "end" )