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:
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -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...)
|
||||
|
||||
|
||||
@@ -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...)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user