Throw a newline in there.
This commit is contained in:
parent
51a45d2026
commit
7bb1e80fca
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ function emit_message($subtopic, $message) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$envelope = json_encode($message_obj);
|
$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($topic, ZMQ::MODE_SNDMORE);
|
||||||
$queue->send($envelope);
|
$queue->send($envelope);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue