diff --git a/makefile.shade b/makefile.shade index 1e3e44a3ce..7543de161b 100644 --- a/makefile.shade +++ b/makefile.shade @@ -82,7 +82,7 @@ var repos='${new Dictionary { } catch (Exception ex) { - Log.Warn(string.Format("Unable to clone repository at '{0}'.", repo.Value)); + Log.Warn(string.Format("Unable to clone repository at '{0}': {1}", repo.Value, ex.Message)); continue; } GitConfig("bugtraq.url", "http://github.com/aspnet/" + repo.Key + "/issues/%BUGID%", repo.Key);