mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
parent
5bfe198ad5
commit
a81083d080
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ std::map<std::string, std::string> decodeQuery(const std::string & query)
|
|||
auto e = s.find('=');
|
||||
|
||||
if (e == std::string::npos) {
|
||||
warn("dubious URI query '%s' is missing equal sign '%s'", s, "=");
|
||||
warn("invalid URI query '%s', did you forget an equals sign `=`?", s);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue