Explorar o código

clarify warning message

David Rose %!s(int64=21) %!d(string=hai) anos
pai
achega
b43964e24d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      direct/src/dcparser/dcField.cxx

+ 1 - 1
direct/src/dcparser/dcField.cxx

@@ -130,7 +130,7 @@ pack_args(Datagram &datagram, PyObject *sequence) const {
   PyObject *str = PyObject_Str(tuple);
   
   ostringstream strm;
-  strm << "Incorrect arguments or value too large on field: " << get_name()
+  strm << "Incorrect arguments or value out of range on field: " << get_name()
        << PyString_AsString(str);
 
   Py_DECREF(str);