Changed ouput of unsupported urls

This commit is contained in:
Beepboop Belong the 3rd 2020-04-13 21:02:35 +02:00
parent 54936588bb
commit 1905512293
Signed by: beepboopbelong
GPG Key ID: B873A12869A7BD29

View File

@ -42,9 +42,7 @@ void siteFactory(string url)
}
else
{
writeln("[!] The url you supplied isn't supported :(");
writeln(url);
writefln("[!] The url (%s) you supplied isn't supported :(", url);
// FIXME:
// Dont exit with a failure
exit(EXIT_FAILURE);