This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f4c48fba33e02bcd053ba70e2d4ec5817be0fd81

commit f4c48fba33e02bcd053ba70e2d4ec5817be0fd81
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Jan 7 00:46:51 2025 +0100

    src/sh: Fix debug output format to print debug in lowercase after progname
    
    This follows the same convention as all other report functions output.
---
 src/sh/dpkg-error.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sh/dpkg-error.sh b/src/sh/dpkg-error.sh
index 439b1eeb3..bf959b3b8 100644
--- a/src/sh/dpkg-error.sh
+++ b/src/sh/dpkg-error.sh
@@ -80,7 +80,7 @@ setup_colors()
 
 debug() {
   if [ -n "$DPKG_DEBUG" ]; then
-    echo "DEBUG: $_dpkg_fmt_prog: $*" >&2
+    echo "$_dpkg_fmt_prog: debug: $*" >&2
   fi
 }
 

-- 
Dpkg.Org's dpkg

Reply via email to