projects
/
profile
/
ivi
/
OpenAVB.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1fb129
)
mrpd: disable logging output to reduce "noise"
author
Andrew Elder
<aelder@audioscience.com>
Mon, 7 Jan 2013 14:44:38 +0000
(09:44 -0500)
committer
Andrew Elder
<aelder@audioscience.com>
Mon, 7 Jan 2013 14:44:38 +0000
(09:44 -0500)
daemons/mrpd/mrp.h
patch
|
blob
|
history
diff --git
a/daemons/mrpd/mrp.h
b/daemons/mrpd/mrp.h
index
df33dce
..
b5b3413
100644
(file)
--- a/
daemons/mrpd/mrp.h
+++ b/
daemons/mrpd/mrp.h
@@
-32,12
+32,12
@@
******************************************************************************/
/* control debug logging output on stdout */
-#define LOG_MRP
1
+#define LOG_MRP
0
#define LOG_MVRP 0
#define LOG_MMRP 0
-#define LOG_MSRP
1
+#define LOG_MSRP
0
#define LOG_TIMERS 0
-#define LOG_TXNOW
1
+#define LOG_TXNOW
0
#define LOG_CLIENT_RECV 0
#define LOG_CLIENT_SEND 0