Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-18574

Typo in RLP error message when failing to create language context

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.1.5
    • Affects Version/s: 3.1.3
    • Component/s: Text Search
    • Labels:
    • Fully Compatible
    • ALL
    • Platform 5 06/26/16

      There should be a space between "return code" and the value of rc:

      uassert(28631,
              str::stream() << "Unable to create the context for language "
                            << static_cast<int>(language) << " with return code" << rc,
              rc == BT_OK);
      

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            kamran.khan Kamran K.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: