Fix Windows invite compile error

This commit is contained in:
Hylke Bons 2012-07-17 11:33:05 +02:00
parent accf447456
commit 286cb5dcb6

View file

@ -42,7 +42,7 @@ namespace SparkleShare {
xml = web_client.DownloadString (url);
} catch (Exception e) {
Console.WriteLine ("Failed downloading invite: " + safe_url + ": " + e.Message);
Console.WriteLine ("Failed downloading invite: " + url + ": " + e.Message);
Environment.Exit (-1);
}