changed a log line
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 15 Dec 2005 23:11:55 +0000 (23:11 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 15 Dec 2005 23:11:55 +0000 (23:11 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@616 9efc2488-bf62-4759-914b-345cdb29e865

src/objson/json_parser.c

index 159eca1..69fb779 100644 (file)
@@ -274,7 +274,7 @@ int json_parse_json_array(char* string, unsigned long* index, jsonObject* obj) {
                        json_eat_ws(string, index, 1);
                        if(string[*index] != ',') {
                                return json_handle_error(string, index,
-                                       "json_parse_json_array(): array not followed by a ','");
+                                       "json_parse_json_array(): array item not followed by a ','");
                        }
                        (*index)++;
                        json_eat_ws(string, index, 1);