소스 검색

more debug

Paul Klumpp 12 년 전
부모
커밋
ee0505e315
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      em_server.rb

+ 1 - 0
em_server.rb

@@ -273,6 +273,7 @@ module InterconnectionPointProtocolHandler
               if domainname.nil? || domainname.empty?
                 domainname = iphost
               else
+                put_log "domainname: #{domainname}"
                 # if the resulting dns is too long, use ip-address instead.
                 # if the resulting dns has too many dots, use ip-address instead.
                 if domainname.length > 23 || domainname.split(".").size > 3 || domainname.scan(/\d/).size > 3