remove color usage from debug output

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33004 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2009-09-08 20:34:01 +00:00
parent c8ef813271
commit 501ba96759
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007, Marcus Overhagen. All rights reserved.
* Copyright 2007-2009, Marcus Overhagen. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@ -11,7 +11,7 @@
#include <string.h>
#include <new>
#define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
#define TRACE(a...) dprintf("ahci: " a)
#define FLOW(a...) dprintf("ahci: " a)

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008, Marcus Overhagen. All rights reserved.
* Copyright 2007-2009, Marcus Overhagen. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@ -20,12 +20,12 @@
#define TRACE_AHCI
#ifdef TRACE_AHCI
# define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
# define TRACE(a...) dprintf("ahci: " a)
#else
# define TRACE(a...)
#endif
//#define FLOW(a...) dprintf("ahci: " a)
//#define RWTRACE(a...) dprintf("\33[34mahci:\33[0m " a)
//#define RWTRACE(a...) dprintf("ahci: " a)
#define FLOW(a...)
#define RWTRACE(a...)

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007, Marcus Overhagen. All rights reserved.
* Copyright 2007-2009, Marcus Overhagen. All rights reserved.
* Distributed under the terms of the MIT License.
*/
@ -9,7 +9,7 @@
#include <string.h>
#include <new>
#define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
#define TRACE(a...) dprintf("ahci: " a)
//#define FLOW(a...) dprintf("ahci: " a)
#define FLOW(a...)

View File

@ -1,5 +1,5 @@
/*
* Copyright 2004-2007, Marcus Overhagen. All rights reserved.
* Copyright 2004-2009, Marcus Overhagen. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include "util.h"
@ -10,8 +10,8 @@
#include <string.h>
#define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
#define ERROR(a...) dprintf("\33[34mahci:\33[0m " a)
#define TRACE(a...) dprintf("ahci: " a)
#define ERROR(a...) dprintf("ahci: " a)
static inline uint32