]> granicus.if.org Git - pdns/commitdiff
Fix typo
authorAki Tuomi <cmouse@desteem.org>
Thu, 23 Jan 2014 17:05:57 +0000 (19:05 +0200)
committerAki Tuomi <cmouse@desteem.org>
Thu, 23 Jan 2014 17:05:57 +0000 (19:05 +0200)
modules/remotebackend/unittest_zeromq.rb

index e65609719423355196592f080f803cb81ea813a4..a61a979421a9200bd8f256349b3811e9e5b0fa00 100755 (executable)
@@ -44,7 +44,7 @@ begin
          res, log = h.send(method)
       end
       socket.send_string ({:result => res, :log => log}).to_json, 0
-      f.puts "#{Time.now.to_f} [z,q]: #{({:result => res, :log => log}).to_json}"
+      f.puts "#{Time.now.to_f} [zmq]: #{({:result => res, :log => log}).to_json}"
     rescue JSON::ParserError
       socket.send_string ({:result => false, :log => "Cannot parse input #{line}"}).to_json
       f.puts "#{Time.now.to_f} [zmq]: #{({:result => false, :log => "Cannot parse input #{line}"}).to_json}"