diff mbox

[U-Boot,v4,06/10] moveconfig: Remove probable debug print

Message ID 1431726052-6519-6-git-send-email-joe.hershberger@ni.com
State Superseded
Delegated to: Masahiro Yamada
Headers show

Commit Message

Joe Hershberger May 15, 2015, 9:40 p.m. UTC
This print seems to be redundant and unformatted compared to the next
few lines, so remove it.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 tools/moveconfig.py | 1 -
 1 file changed, 1 deletion(-)

Comments

Masahiro Yamada May 19, 2015, 2:10 a.m. UTC | #1
Hi Joe

2015-05-16 6:40 GMT+09:00 Joe Hershberger <joe.hershberger@ni.com>:
> This print seems to be redundant and unformatted compared to the next
> few lines, so remove it.
>
> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  tools/moveconfig.py | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/tools/moveconfig.py b/tools/moveconfig.py
> index 25cee21..15b0f2b 100755
> --- a/tools/moveconfig.py
> +++ b/tools/moveconfig.py
> @@ -725,7 +725,6 @@ class Slots:
>          if len(failed_boards) > 0:
>              msg = [ "The following boards were not processed due to error:" ]
>              msg += failed_boards
> -            print msg
>              for line in msg:
>                  print >> sys.stderr, color_text(self.options.color,
>                                                  COLOR_LIGHT_RED, line)
> --

Oops, my mistake.

Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>


(Or, because it is a simply bug fix, you can comment on my base patch.)
Joe Hershberger May 19, 2015, 3:36 p.m. UTC | #2
Hi Masahiro-san,

On Mon, May 18, 2015 at 9:10 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Hi Joe
>
> 2015-05-16 6:40 GMT+09:00 Joe Hershberger <joe.hershberger@ni.com>:
>> This print seems to be redundant and unformatted compared to the next
>> few lines, so remove it.
>>
>> Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
>> ---
>>
>> Changes in v4: None
>> Changes in v3: None
>> Changes in v2: None
>>
>>  tools/moveconfig.py | 1 -
>>  1 file changed, 1 deletion(-)
>>
>> diff --git a/tools/moveconfig.py b/tools/moveconfig.py
>> index 25cee21..15b0f2b 100755
>> --- a/tools/moveconfig.py
>> +++ b/tools/moveconfig.py
>> @@ -725,7 +725,6 @@ class Slots:
>>          if len(failed_boards) > 0:
>>              msg = [ "The following boards were not processed due to error:" ]
>>              msg += failed_boards
>> -            print msg
>>              for line in msg:
>>                  print >> sys.stderr, color_text(self.options.color,
>>                                                  COLOR_LIGHT_RED, line)
>> --
>
> Oops, my mistake.
>
> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>
>
> (Or, because it is a simply bug fix, you can comment on my base patch.)

I'm dropping this patch and sent a reply to your original patch (not
applied to master yet).

-Joe
diff mbox

Patch

diff --git a/tools/moveconfig.py b/tools/moveconfig.py
index 25cee21..15b0f2b 100755
--- a/tools/moveconfig.py
+++ b/tools/moveconfig.py
@@ -725,7 +725,6 @@  class Slots:
         if len(failed_boards) > 0:
             msg = [ "The following boards were not processed due to error:" ]
             msg += failed_boards
-            print msg
             for line in msg:
                 print >> sys.stderr, color_text(self.options.color,
                                                 COLOR_LIGHT_RED, line)