Skip to content

Commit

Permalink
fix style cope issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbien committed Sep 16, 2016
1 parent aa5356b commit 127eb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objectivity.Test.Automation.Common/DriverContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 127eb41

Please sign in to comment.