mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-30 04:33:55 -06:00
Fix a typo in commit 4318f7a
: gnc.scm, not gcc:scm
This commit is contained in:
parent
4318f7a3c7
commit
9e35aea588
@ -69,7 +69,7 @@
|
||||
(gnc-scm-log-msg (strify items)))
|
||||
|
||||
(define (gnc:debug . items)
|
||||
(when (qof-log-check "gnc:scm" QOF-LOG-DEBUG)
|
||||
(when (qof-log-check "gnc.scm" QOF-LOG-DEBUG)
|
||||
(gnc-scm-log-debug (strify items))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
Loading…
Reference in New Issue
Block a user