From 127eb4110a5697001aa775da532effc6c85c5fb6 Mon Sep 17 00:00:00 2001 From: "tomasz.bien@gmail.com" Date: Fri, 16 Sep 2016 14:10:10 +0200 Subject: [PATCH] fix style cope issue. --- Objectivity.Test.Automation.Common/DriverContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objectivity.Test.Automation.Common/DriverContext.cs b/Objectivity.Test.Automation.Common/DriverContext.cs index 2e9b5f5f6..9bdb83a9c 100644 --- a/Objectivity.Test.Automation.Common/DriverContext.cs +++ b/Objectivity.Test.Automation.Common/DriverContext.cs @@ -175,7 +175,7 @@ private FirefoxProfile FirefoxProfile } catch (DirectoryNotFoundException e) { - Logger.Info(CultureInfo.CurrentCulture, "problem with loading ff profile {0}", e.Message); + Logger.Info(CultureInfo.CurrentCulture, "problem with loading firefox profile {0}", e.Message); profile = new FirefoxProfile(); } }