Changeset 369 for trunk/nom/src/nomdebug.c
- Timestamp:
- Jun 22, 2008, 9:46:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/src/nomdebug.c
r357 r369 67 67 g_error("The object used to call the method %s is not a valid NOM object. ", chrMethodName); 68 68 else 69 g_error("The object for which the method %s should be called is not valid for this method.\nThe object must be some instance of class %s (or of a subclass) but is a %s.", chrMethodName, NOMClass_nom GetCreatedClassName(nomClass, NULL),69 g_error("The object for which the method %s should be called is not valid for this method.\nThe object must be some instance of class %s (or of a subclass) but is a %s.", chrMethodName, NOMClass_nomQueryCreatedClassName(nomClass, NULL), 70 70 NOMObject_nomQueryClassName(nomObject, NULL)); 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.