modified: interface/ri_install.py

modified:   operation/functions
    The information of operation is not register in the text box
    display.
This commit is contained in:
fling
2010-11-05 16:39:31 +08:00
parent ed6ba90bea
commit 1ee2440e27
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -52,7 +52,7 @@ info ()
{
log "info: $(basename $0): $1"
if [ "$2" == "stdout" ];then
stdout "@ $1"
stdout "@$1"
fi
}