Updating logging in DatabaseContext

This commit is contained in:
Morten Christensen
2013-02-05 14:38:58 -01:00
parent c828c6ede3
commit d430efa7ab

View File

@@ -218,7 +218,7 @@ namespace Umbraco.Core
xml.Save(fileName, SaveOptions.DisableFormatting);
LogHelper.Info<DatabaseContext>("Configured new ConnectionString: " + connectionString);
LogHelper.Info<DatabaseContext>("Configured a new ConnectionString using the '" + providerName + "' provider.");
}
/// <summary>