fontconfig: Branch 'main' - 2 commits

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 src/fccfg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3b279e1c6c955dd49561b8a11ec23b51fde7ea75
Merge: 99be68f eb37200
Author: Akira TAGOH <akira@xxxxxxxxx>
Date:   Tue Aug 19 11:37:14 2025 +0000

    Merge branch 'improve-log' into 'main'
    
    Improve log header in FcConfigSubstituteWithPat
    
    See merge request fontconfig/fontconfig!465

commit eb372002ca550f006fa66db340ed0499bd130323
Author: Akira TAGOH <akira@xxxxxxxxx>
Date:   Tue Aug 19 19:28:12 2025 +0900

    Improve log header in FcConfigSubstituteWithPat
    
    This aims to make a difference among FcMatchKind and makes
    easier to find out targeted logs.

diff --git a/src/fccfg.c b/src/fccfg.c
index e30450f..2e67688 100644
--- a/src/fccfg.c
+++ b/src/fccfg.c
@@ -2031,7 +2031,7 @@ FcConfigSubstituteWithPat (FcConfig   *config,
     }
 
     if (FcDebug() & FC_DBG_EDIT) {
-	printf ("FcConfigSubstitute ");
+	printf ("FcConfigSubstitute(%s) ", kind == FcMatchPattern ? "Pattern" : kind == FcMatchFont ? "Font" : kind == FcMatchScan ? "Scan" : "Unknown");
 	FcPatternPrint (p);
     }
 



[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux