Skip to content

Commit 9f002a2

Browse files
committed
[IEDriver] Improving logging message for Edge IE Mode path
1 parent a174abe commit 9f002a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/iedriver/BrowserFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void BrowserFactory::Initialize(BrowserFactorySettings settings) {
130130
this->ignore_zoom_setting_ = settings.ignore_zoom_setting || this->edge_ie_mode_;
131131
LOG(DEBUG) << "path before was " << settings.edge_executable_path << "\n";
132132
this->edge_executable_location_ = StringUtilities::ToWString(settings.edge_executable_path);
133-
LOG(DEBUG) << "path after was " << this->edge_executable_location_.c_str() << "\n";
133+
LOG(DEBUG) << "path after was " << StringUtilities::ToString(this->edge_executable_location_) << "\n";
134134
this->html_getobject_msg_ = ::RegisterWindowMessage(HTML_GETOBJECT_MSG);
135135

136136
// Explicitly load MSAA so we know if it's installed

0 commit comments

Comments
 (0)