From 960db349b391bb73c6a169d14a51e05b61b120d2 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 19 Jul 2010 14:46:40 +0000 Subject: [PATCH] fix log git-svn-id: http://svn.parisson.org/svn/tools/trunk@97 457c0346-1240-4656-8a5a-9edca8063506 --- isp_tools/isp_trans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isp_tools/isp_trans.py b/isp_tools/isp_trans.py index 84cce7d..17ae018 100644 --- a/isp_tools/isp_trans.py +++ b/isp_tools/isp_trans.py @@ -153,7 +153,7 @@ class ISPTrans(object): force_mode = source_dict['force'] if not source[0] in self.sources: - mess = 'Does NOT exists !' + mess = 'does NOT exists ! Continuing...' self.logger.write_error(media, mess) print media, mess continue -- 2.39.5