浏览代码

Merge pull request #1553 from rengolin/warnings

Use correct error message

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 年之前
父节点
当前提交
78cc186cbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);