Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit c90a10b

Browse files
yang-kaixbuildslave
authored andcommitted
Disable virtual media debug log print
Change-Id: I3933c4f22caf503c5258f7dbe644224021e73a54 Tracked-On: https://jira01.devtools.intel.com/browse/OAM-72456 Signed-off-by: Yang, KaiX <[email protected]> Reviewed-on: https://android.intel.com:443/654030
1 parent e04e244 commit c90a10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtual_media/VirtioDeviceCommon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#include <assert.h>
1919

20-
#define VIRTUAL_MEDIA_DEBUG 1
20+
#define VIRTUAL_MEDIA_DEBUG 0
2121
#if VIRTUAL_MEDIA_DEBUG
2222
#define virtual_media_dbg(a,...) {printf(a);printf(__VA_ARGS__);}
2323
#else

0 commit comments

Comments
 (0)