Skip to content

Commit

Permalink
Info messages are in green text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mumford committed Apr 13, 2012
1 parent 38882c6 commit ece3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb-logcat-color.rb
Expand Up @@ -5,7 +5,7 @@

patterns = {"V/" => {:fg => "black", :bg => "blue", :label => "[ VERBOSE ]"},
"D/" => {:fg => "black", :bg => "cyan", :label => "[ DEBUG ]"},
"I/" => {:fg => "black", :bg => "cyan", :label => "[ INFO ]"},
"I/" => {:fg => "black", :bg => "green", :label => "[ INFO ]"},
"W/" => {:fg => "black", :bg => "yellow", :label => "[ WARNING ]"},
"E/" => {:fg => "black", :bg => "red", :label => "[ ERROR ]"},
"F/" => {:fg => "black", :bg => "magenta", :label => "[ FATAL ]"},
Expand Down

0 comments on commit ece3655

Please sign in to comment.