Skip to content

Commit

Permalink
Merge pull request #31 from jean-edouard/xenaud
Browse files Browse the repository at this point in the history
STABLE-6: xenaud: disable all logging as a temporary workaround
  • Loading branch information
rossphilipson authored Jul 13, 2016
2 parents 98e7b84 + 3c305cd commit 6464509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xenaud/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ static char STR_MODULENAME[] = "AC97 Adapter: ";
#if DBG
unsigned long ulDebugOut = (0xFFFFFFFF & (~DBG_REGS)) & (~DBG_PRINT);
#else
unsigned long ulDebugOut = DBG_WARNING | DBG_ERROR | DBG_SYSINFO;
// WORKAROUND: Disable all logging since it's too verbose
unsigned long ulDebugOut = 0; //DBG_WARNING | DBG_ERROR | DBG_SYSINFO;
#endif

#ifdef XEN
Expand Down

0 comments on commit 6464509

Please sign in to comment.