Changeset 1305

Show
Ignore:
Timestamp:
06/10/09 03:24:47 (9 months ago)
Author:
tsnorri
Message:

Made a warning more informative

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Sources/PGTSFoundationObjects.m

    r1293 r1305  
    4949+ (id) copyForPGTSResultSet: (PGTSResultSet *) set withCharacters: (const char *) value type: (PGTSTypeDescription *) typeInfo 
    5050{ 
    51     BXLogWarning (@"Returning nil from NSObject's implementation."); 
     51    BXLogWarning (@"Returning nil from NSObject's implementation for type %@ (%p).", [typeInfo name], typeInfo); 
    5252    return nil; 
    5353}