diff --git a/lib/units/device/plugins/filesystem.js b/lib/units/device/plugins/filesystem.js index e0c938fe..b6d0e74d 100644 --- a/lib/units/device/plugins/filesystem.js +++ b/lib/units/device/plugins/filesystem.js @@ -43,7 +43,7 @@ module.exports = syrup.serial() }) }) .finally(function(){ - log.info(util.format("file %s transfer finished", file)) + log.info(util.format("File %s transfer finished", file)) }) }