This commit is contained in:
2007-12-05 13:12:16 +00:00
parent 9a386f7b2b
commit 7e648b560c
5 changed files with 7 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ namespace DataLoader
nxml = xl[0];
if (nxml.GetType() != typeof(XmlElement))
{
frmLoader.log.ErrorFormat("Invalid xml element type when migrating config data - element = {0}, name = {1} , value = {2}", ename, aname, avalue);
frmLoader._MyLog.ErrorFormat("Invalid xml element type when migrating config data - element = {0}, name = {1} , value = {2}", ename, aname, avalue);
return false;
}
break;