]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
treewide: use git_quote for diagnostic dumps
authorEric Wong <e@80x24.org>
Wed, 26 Mar 2025 03:35:01 +0000 (03:35 +0000)
committerEric Wong <e@80x24.org>
Thu, 27 Mar 2025 08:52:42 +0000 (08:52 +0000)
commit281c56db2e9493174f633abf5597db68268575d9
treeb6de053528f0f4fb38a81f5ff171639df94fe745
parentd7291cb07353cf9a672b257821c86fd8008762f4
treewide: use git_quote for diagnostic dumps

git_quote output is probably less alien to most users than
the Perl-specific Data::Dumper, so use it for any messages
which hit stdout/stderr or syslog.
lib/PublicInbox/LeiLsMailSource.pm
lib/PublicInbox/LeiSelfSocket.pm
lib/PublicInbox/MboxReader.pm
lib/PublicInbox/NetReader.pm