ANSI color switches removed from the log. Looks like not supported now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
imker 2007-05-17 20:06:45 +00:00
parent f5f8df45bf
commit 354543fa8b
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ usb_scsi_trace(bool b_force, const char *fmt, ...)
{
if(b_force || b_log){
va_list arg_list;
static char *prefix = "\33[35m"MODULE_NAME":\33[0m";
static char *prefix = MODULE_NAME":";
static char buf[1024];
char *buf_ptr = buf;
port_id pid = find_port(log_port_name);