Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 092082f

Browse files
committed
Fix typo in debug log message
1 parent d3f552f commit 092082f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JupyterBroker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function send(
7474
$msgDef);
7575

7676
if (null !== $this->logger) {
77-
$this->logger->debug('Sent message', ['processId' => getmypid(), 'message' => $finalMsg]);
77+
$this->logger->debug('Sending message', ['processId' => getmypid(), 'message' => $finalMsg]);
7878
}
7979

8080
$stream->send($finalMsg);

0 commit comments

Comments
 (0)