This commit is contained in:
@@ -260,7 +260,7 @@ public class HostElement
|
||||
methodStatusCode = FPM_GetSignonData(profileName,out hostListIntPtr,LOAD_PROFILE_ALWAYSFROM_FILE);
|
||||
if( 1 != methodStatusCode )
|
||||
{
|
||||
Console.WriteLine("FireFox:Getting Data for profile Failed with error "+methodStatusCode);
|
||||
//Console.WriteLine("FireFox:Getting Data for profile Failed with error "+methodStatusCode);
|
||||
hostList=null;
|
||||
return hostList;
|
||||
}
|
||||
|
||||
@@ -17,8 +17,10 @@ void PrintMessage( int level, char *mesg , ...)
|
||||
#ifdef DEBUG
|
||||
printf("%s", lastErrorMesg );
|
||||
#else
|
||||
if( level != MESG_DEBUG )
|
||||
printf("%s", lastErrorMesg );
|
||||
if( level != MESG_DEBUG )
|
||||
{
|
||||
//printf("%s", lastErrorMesg );
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user