Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/label Modified Files: ewl_label.c Log Message: - fix error message =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/label/ewl_label.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_label.c 8 Nov 2007 07:02:59 -0000 1.3 +++ ewl_label.c 9 Nov 2007 03:30:56 -0000 1.4 @@ -122,7 +122,7 @@ val = ewl_label_text_get(EWL_LABEL(label)); if (strcmp(val, "some text")) - snprintf(buf, len, "text_get not NULL"); + snprintf(buf, len, "%s is not 'some text'", val); else ret = 1; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs