Changed ouput of unsupported urls
This commit is contained in:
parent
54936588bb
commit
1905512293
@ -42,9 +42,7 @@ void siteFactory(string url)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
writeln("[!] The url you supplied isn't supported :(");
|
writefln("[!] The url (%s) you supplied isn't supported :(", url);
|
||||||
|
|
||||||
writeln(url);
|
|
||||||
// FIXME:
|
// FIXME:
|
||||||
// Dont exit with a failure
|
// Dont exit with a failure
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
Loading…
Reference in New Issue
Block a user