Explorar o código

Merge pull request #1553 from rengolin/warnings

Use correct error message

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=13) %!d(string=hai) anos
pai
achega
78cc186cbc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dali/ft/fttransform.cpp

+ 1 - 1
dali/ft/fttransform.cpp

@@ -580,7 +580,7 @@ void TransferServer::deserializeAction(MemoryBuffer & msg, unsigned action)
         StringBuffer host, expected;
         queryHostIP().getIpText(host);
         ep.getIpText(expected);
-        throwError2(DFTERR_OutputOffsetMismatch, expected.str(), host.str());
+        throwError2(DFTERR_WrongComputer, expected.str(), host.str());
     }
 
     srcFormat.deserialize(msg);