windows: Fix warning

This commit is contained in:
Hylke Bons 2012-08-29 18:35:27 +01:00
parent 3bcd1ed05b
commit 8c19fbc384

View file

@ -203,7 +203,7 @@ namespace SparkleShare {
return;
} catch (ArgumentException e) {
} catch (ArgumentException) {
SparkleLogger.LogInfo ("Controller", "ssh-agent with PID=" + auth_agent_pid + " does not exist. Starting a new one...");
}
}