diff options
Diffstat (limited to 'adb/adb_utils.cpp')
-rw-r--r-- | adb/adb_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb_utils.cpp b/adb/adb_utils.cpp index e5dc6928b..72ee9015d 100644 --- a/adb/adb_utils.cpp +++ b/adb/adb_utils.cpp @@ -170,7 +170,7 @@ void dump_hex(const void* data, size_t byte_count) { line.push_back(c); } - DR("%s\n", line.c_str()); + D("%s", line.c_str()); } bool parse_host_and_port(const std::string& address, |