Skip to content

Commit 098d646

Browse files
committed
fix: unix build
1 parent 08bdec3 commit 098d646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/custom_endpoint_monitor.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void CUSTOM_ENDPOINT_MONITOR::stop() {
169169
this->thread_pool.resize(0);
170170
custom_endpoint_cache.remove(this->custom_endpoint_host_info->get_host());
171171
--SDK_HELPER;
172-
MYLOG_TRACE(this->logger, 0, "Stopped custom endpoint monitor for '%s'", this->custom_endpoint_host_info->get_host());
172+
MYLOG_TRACE(this->logger, 0, "Stopped custom endpoint monitor for '%s'", this->custom_endpoint_host_info->get_host().c_str());
173173
}
174174

175175
void CUSTOM_ENDPOINT_MONITOR::clear_cache() { custom_endpoint_cache.clear(); }

0 commit comments

Comments
 (0)