X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Frawdisk.py;h=e7b1006cd9976ef614c4ea64909f4bdc8aef4c2e;hb=74a8cfb9d2eac39ae02e5323e1fb5b1d33297981;hp=641bc6967a4b67548c307ab5df4556f313d0aa5c;hpb=1cb0bbb1b6f7e998769011ff47c31f8e4cf63169;p=nodemanager.git diff --git a/plugins/rawdisk.py b/plugins/rawdisk.py index 641bc69..e7b1006 100644 --- a/plugins/rawdisk.py +++ b/plugins/rawdisk.py @@ -22,7 +22,7 @@ import logger import tools def start(options, config): - logger.log("rawdisk plugin starting up...") + logger.log("rawdisk: plugin starting up...") def get_unused_devices(): devices = [] @@ -66,7 +66,7 @@ def GetSlivers(data, config=None, plc=None): # should check whether its the proper type of device continue - logger.log("Copying %s to %s" % (i, path)) + logger.log("rawdisk: Copying %s to %s" % (i, path)) try: if os.path.exists(path): os.unlink(path)