From: Zhang Qiang Date: Tue, 18 Sep 2012 01:41:57 +0000 (+0800) Subject: use 'warning' instead of 'warn' X-Git-Tag: 0.10~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48f9ccacd217a8e1653386f1ed0511b46df392c5;p=tools%2Fgbs.git use 'warning' instead of 'warn' Change-Id: I0b60aa144acffac2b2b16765a6e63a9724add6a8 --- diff --git a/gitbuildsys/msger.py b/gitbuildsys/msger.py index cd6ef23..440a2a7 100644 --- a/gitbuildsys/msger.py +++ b/gitbuildsys/msger.py @@ -302,7 +302,7 @@ def verbose(msg): _general_print(head, INFO_COLOR, msg, level = 'verbose') def warning(msg): - head, msg = _split_msg('warn', msg) + head, msg = _split_msg('warning', msg) _color_perror(head, WARN_COLOR, msg) def debug(msg):