Make it clear this is an internal error
This commit is contained in:
parent
d7f83d4b46
commit
32a4d23784
@ -214,7 +214,7 @@ std::string launchpad::build_full_url(const std::string& endpoint) const {
|
|||||||
} else if (endpoint != "") {
|
} else if (endpoint != "") {
|
||||||
return service_root + "/" + api_version + "/" + endpoint;
|
return service_root + "/" + api_version + "/" + endpoint;
|
||||||
}
|
}
|
||||||
std::cerr << "endpoint is empty" << std::endl;
|
std::cerr << "Internal error: endpoint is empty" << std::endl;
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user