Commit 32583dd1 authored by Adam Goins's avatar Adam Goins Committed by Makayla Shepherd
Browse files

Updated error message

parent a17b61d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -924,7 +924,7 @@ namespace Isis {
      }
      catch (IException &e) {
        QString msg = "Failed to convert version 1 protobuf control point at index ["
                      + toString(i) + "] to a ControlPoint.";
                      + toString(i) + "] into a ControlPoint.";
        throw IException(e, IException::User, msg, _FILEINFO_);
      }
    }
@@ -1144,7 +1144,7 @@ namespace Isis {
      }
      catch (IException &e) {
        QString msg = "Failed to convert protobuf version 2 control point at index ["
                      + toString(pointIndex) + "] in a ControlPoint.";
                      + toString(pointIndex) + "] into a ControlPoint.";
        throw IException(e, IException::Io, msg, _FILEINFO_);
      }
    }