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(); } }