master
Lertsenem 2016-05-26 23:51:47 +02:00
parent 73c3629ab6
commit 151eb5f545
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def run(args, persoconf, logger):
path_dst=confpath ,
path_src=args.conf,
overwrite=False ):
logger.info( "New conf dir '%s' associated with app '%s'"
logger.info( "New conf file or directory '%s' associated with app '%s'"
% (confname, args.app))
else:
logger.error( "Failed to copy file or directory %s" % args.conf)