From 1ee2440e27344f19e48d30bda99132a4efbdd314 Mon Sep 17 00:00:00 2001 From: fling Date: Fri, 5 Nov 2010 16:39:31 +0800 Subject: [PATCH] modified: interface/ri_install.py modified: operation/functions The information of operation is not register in the text box display. --- interface/ri_install.py | 2 +- operation/functions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/ri_install.py b/interface/ri_install.py index e23afd2..79ba8a1 100644 --- a/interface/ri_install.py +++ b/interface/ri_install.py @@ -43,7 +43,7 @@ def main(): else: ri_oper.display_sub_operation((ri_oper.language=='chinese' \ and instance.chinese_name or instance.english_name)+\ - (ri_oper.language=='chinese' and u' 成功' or ' success')) + (ri_oper.language=='chinese' and u' 成功\n' or ' success\n')) install_over(ret) has_run = False diff --git a/operation/functions b/operation/functions index 8c350ee..e48cebe 100644 --- a/operation/functions +++ b/operation/functions @@ -52,7 +52,7 @@ info () { log "info: $(basename $0): $1" if [ "$2" == "stdout" ];then - stdout "@ $1" + stdout "@$1" fi }