don't warn if profile data doesn't exist

This commit is contained in:
Glenn Maynard
2004-02-20 02:32:16 +00:00
parent 5b56831893
commit ccf8656ebc
+4
View File
@@ -305,6 +305,8 @@ bool Profile::LoadAllFromDir( CString sDir )
FOR_ONCE
{
CString fn = sDir + EDITABLE_XML;
if( !IsAFile(fn) )
break;
int iBytes = FILEMAN->GetFileSizeInBytes( fn );
@@ -338,6 +340,8 @@ bool Profile::LoadAllFromDir( CString sDir )
FOR_ONCE
{
CString fn = sDir + STATS_XML;
if( !IsAFile(fn) )
break;
LOG->Trace( "Reading profile data '%s'", fn.c_str() );