mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
non-code change to make debugging easier
This commit is contained in:
parent
c6d20489b4
commit
174e5a8a9e
1 changed files with 4 additions and 0 deletions
|
@ -812,11 +812,15 @@ logToMemo( const char* buf )
|
|||
static void
|
||||
logToFile( const char* buf )
|
||||
{
|
||||
#if 0
|
||||
logToDB( buf, LOGFILE, 'XWLG', 'TEXT' );
|
||||
#else
|
||||
UInt32 val = 0L;
|
||||
Err err = FtrGet( APPID, LOG_FILE_FEATURE, (UInt32*)&val );
|
||||
if ( errNone == err && val != 0 ) {
|
||||
logToDB( buf, LOGFILE, 'XWLG', 'TEXT' );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue