[Title] Fixed not to log when "QUERY" request
authordonghee yang <donghee.yang@samsung.com>
Tue, 16 Oct 2012 11:02:19 +0000 (20:02 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Tue, 16 Oct 2012 11:02:19 +0000 (20:02 +0900)
package/changelog
package/pkginfo.manifest
src/build_server/SocketJobRequestListener.rb

index de2e1e994ce1036cb907f4a35751d578b8ef290f..bbc44ef4c0834e9e1b099670448648148c6cd6c8 100644 (file)
@@ -1,3 +1,6 @@
+* 1.2.2
+- Fixed server log contents
+== hyoun jiil <jiil.hyoun@samsung.com> 2011-10-16
 * 1.2.1
 - Fixed some bugs : upgrade, parse error handling, pkg-build, remote job cancel
 == hyoun jiil <jiil.hyoun@samsung.com> 2011-10-16
index 0c26005b91504dbdd905f2ae1f72d0e53c847065..511dfbca8d7ff46a2e7ab98d95e82f2b32b07c34 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :1.2.1
+Version :1.2.2
 Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
 
 Package : dibs
index 23fb2ccc60e9cf849a853fcf8199351ecf290e88..6c98a2a9322a86e7af3d2c3adc43e30afbd40dc2 100644 (file)
@@ -129,9 +129,7 @@ class SocketJobRequestListener
                        handle_cmd_resolve( req_line, req )
                        @log.info "Handled REQ: #{req_line}"
                when "QUERY"
-                       @log.info "Received REQ: #{req_line}"
                        handle_cmd_query( req_line, req )
-                       @log.info "Handled REQ: #{req_line}"
                when "CANCEL"
                        @log.info "Received REQ: #{req_line}"
                        handle_cmd_cancel( req_line, req )