This commit is contained in:
Virtuworks 2014-06-08 17:34:55 -04:00
parent 87c4b67866
commit 33c6110d19

View file

@ -143,7 +143,7 @@ namespace WebsitePanel.Providers.HostedSolution
{ {
throw new ApplicationException( throw new ApplicationException(
string.Format("Exit code is not 0. {0}, ExitCode = {1}", output, exitCode)); string.Format("Exit code is not 0. {0}, ExitCode = {1}", arguments2, output, exitCode));
} }
} }