Changeset 481

Show
Ignore:
Timestamp:
07/07/08 10:30:13 (5 months ago)
Author:
bellmich
Message:

never use warnings which only contain data
(e.g. "WARNING: (null)")

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libsyncml/parser/sml_xml_parse.c

    r451 r481  
    20962096                         * then there is something going wrong. 
    20972097                         */ 
    2098                         g_warning("%s", xmlBufferContent(item->buffer)); 
     2098                        g_warning("Received explicit status for add, delete or replace (%s).", xmlBufferContent(item->buffer)); 
    20992099                } else { 
    21002100                        smlErrorSet(error, SML_ERROR_GENERIC, "Got wrong item");