Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'WorkerForm.cs')
-rw-r--r--WorkerForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WorkerForm.cs b/WorkerForm.cs
index 6a4adeeb..c05e364e 100644
--- a/WorkerForm.cs
+++ b/WorkerForm.cs
@@ -491,7 +491,7 @@ namespace com.clusterrr.hakchi_gui
if (matchedKeys.Count() > 0)
{
if (!matchedKeys.Contains(ConfigIni.ConsoleType))
- throw new Exception(Resources.InvalidConsoleSelected + " " + matchedKernels.First());
+ throw new Exception(Resources.InvalidConsoleSelected + " " + matchedKeys.First());
}
else throw new Exception("Unknown key, unknown console");