From ad2caa99e09a20cd3b09b6f319d0abde6d589343 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Wed, 21 Feb 2018 23:00:58 +0300 Subject: Many different fixes --- WorkerForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WorkerForm.cs') 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"); -- cgit v1.2.3