We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c7353 commit 64399faCopy full SHA for 64399fa
src/Handler/PublishHandler.php
@@ -43,7 +43,7 @@ public function handle(InputInterface $input, OutputInterface $output): int
43
}
44
$publish = $client->publish($topic, $message, $this->getQos(), $this->getDup(), $this->getRetain(), $this->getProperties('publish'));
45
} catch (\Throwable $e) {
46
- $this->logError('Publish error');
+ $this->logError("Publish error, {$e->getMessage()}");
47
goto failure;
48
49
0 commit comments