瀏覽代碼

HPCC-12145 Jsocket printf causes invalid output from eclcc

Signed-off-by: Mark Kelly <mark.kelly@lexisnexis.com>
Mark Kelly 10 年之前
父節點
當前提交
10d8de8d57
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      system/jlib/jsocket.cpp

+ 1 - 1
system/jlib/jsocket.cpp

@@ -2657,7 +2657,7 @@ IpAddress & queryHostIP()
     if (cachehostip.isNull()) {
         if (!cachehostip.ipset(GetCachedHostName())) {
             cachehostip.ipset(queryLocalIP());          
-            printf("hostname %s not resolved, using localhost\n",GetCachedHostName()); // don't use jlog in case recursive
+            // printf("hostname %s not resolved, using localhost\n",GetCachedHostName()); // don't use jlog in case recursive
         }
     }
     return cachehostip;