diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 22614732..667e7dc3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -143,7 +143,7 @@ namespace WebsitePanel.Providers.HostedSolution { 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)); } }