remove confusing & symbol (#168)
This commit is contained in:
@ -49,7 +49,7 @@ std::string EtlJobMgr::to_load_error_http_path(const std::string& file_name) {
|
||||
std::stringstream url;
|
||||
url << "http://" << BackendOptions::get_localhost() << ":" << config::webserver_port
|
||||
<< "/api/_load_error_log?"
|
||||
<< "&file=" << file_name;
|
||||
<< "file=" << file_name;
|
||||
return url.str();
|
||||
}
|
||||
|
||||
|
||||
@ -221,7 +221,7 @@ std::string FragmentExecState::to_load_error_http_path(const std::string& file_n
|
||||
std::stringstream url;
|
||||
url << "http://" << BackendOptions::get_localhost() << ":" << config::webserver_port
|
||||
<< "/api/_load_error_log?"
|
||||
<< "&file=" << file_name;
|
||||
<< "file=" << file_name;
|
||||
return url.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user