Changed ouput of unsupported urls
This commit is contained in:
parent
54936588bb
commit
1905512293
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user