black on black isn't easy to read : it's better to switch to the default color

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22077 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-08-26 20:54:48 +00:00
parent 83a2d4db1a
commit 183bd9f434
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#include <block_io.h>
#define TRACE(a...) dprintf("\33[35mahci:\33[30m " a)
#define TRACE(a...) dprintf("\33[35mahci:\33[0m " a)
#define FLOW(a...) dprintf("ahci: " a)
#define AHCI_ID_GENERATOR "ahci/id"

View File

@ -6,7 +6,7 @@
#include <KernelExport.h>
#define TRACE(a...) dprintf("\33[34mahci:\33[30m " a)
#define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
#define FLOW(a...) dprintf("ahci: " a)
// HACK! this device manager stuff just sucks!

View File

@ -9,7 +9,7 @@
#include <string.h>
#include <new>
#define TRACE(a...) dprintf("\33[34mahci:\33[30m " a)
#define TRACE(a...) dprintf("\33[34mahci:\33[0m " a)
#define FLOW(a...) dprintf("ahci: " a)