Fix unused var warning.

pull/25/head
Nicholas Hastings 9 years ago
parent 251b4010ee
commit 3d1764889f

@ -282,7 +282,7 @@ namespace DepotDownloader
} }
catch (Exception e) catch (Exception e)
{ {
Console.WriteLine("Failed to decrypt branch {0}", branch); Console.WriteLine("Failed to decrypt branch {0}: {1}", branch, e.Message);
return INVALID_MANIFEST_ID; return INVALID_MANIFEST_ID;
} }

Loading…
Cancel
Save