mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Throw a newline in there.
This commit is contained in:
@@ -184,7 +184,7 @@ function emit_message($subtopic, $message) {
|
||||
}
|
||||
|
||||
$envelope = json_encode($message_obj);
|
||||
wfErrorLog($envelope, '/var/tmp/wiki-fedmsg-messages.log' );
|
||||
wfErrorLog($envelope . '\n', '/var/tmp/wiki-fedmsg-messages.log' );
|
||||
$queue->send($topic, ZMQ::MODE_SNDMORE);
|
||||
$queue->send($envelope);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user