From 33c6110d191b7b4d518e487f841d1c4dc7918268 Mon Sep 17 00:00:00 2001 From: Virtuworks Date: Sun, 8 Jun 2014 17:34:55 -0400 Subject: [PATCH] Merge --- .../BlackBerry5Provider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }