Changeset 2869


Ignore:
Timestamp:
05/06/13 19:26:51 (11 years ago)
Author:
oschonef
Message:
  • change wording of debug message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUClient/trunk/src/main/java/eu/clarin/sru/client/SRUSimpleClient.java

    r2868 r2869  
    887887                                }
    888888                                if (recordData == null) {
    889                                     logger.debug("parser did not parse " +
     889                                    logger.debug("record parser did not parse " +
    890890                                            "record correctly and returned " +
    891                                             "null.");
     891                                            "null; injecting client side " +
     892                                            "surrogate diagnostic");
    892893                                    surrogate = new SRUDiagnostic(
    893894                                            SRUClientDiagnostics.DIAG_RECORD_PARSER_NULL,
    894895                                            null, "Record parser for schema '" +
    895                                                     schema + "' did nor " +
     896                                                    schema + "' did not " +
    896897                                                    "parse record correctly " +
    897898                                                    "and errornously " +
     
    904905                                 */
    905906                                logger.debug("no record data parser found " +
    906                                         "for schema '{}'", schema);
     907                                        "for schema '{}'; injecting client " +
     908                                        "side surrogate diagnostic", schema);
    907909                                surrogate = new SRUDiagnostic(
    908910                                        SRUClientDiagnostics.DIAG_NO_RECORD_PARSER,
Note: See TracChangeset for help on using the changeset viewer.