Skip to content

Commit 0a5998d

Browse files
committed
address comment
1 parent ba8be29 commit 0a5998d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Platform/Android/AdbClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static Status EnterSyncMode(Connection &conn) {
170170

171171
static Status SelectTargetDevice(Connection &conn, llvm::StringRef device_id) {
172172
Log *log = GetLog(LLDBLog::Platform);
173-
LLDB_LOGF(log, "Selecting device: %s", device_id.str().c_str());
173+
LLDB_LOG(log, "Selecting device: {0}", device_id);
174174

175175
std::ostringstream msg;
176176
msg << "host:transport:" << device_id.str();

0 commit comments

Comments
 (0)