Skip to content

Commit 657407c

Browse files
authored
Merge pull request darktable-org#361 from chrisaga/master
Minor errors in dtutils_log.libdoc.Example : error levels are log.xxxx
2 parents 3d50d0f + b254577 commit 657407c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/dtutils/log.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ dtutils_log.libdoc = {
1717
1818
print out warning, error and success messages as code is running
1919
20-
log.log_level(debug)
20+
log.log_level(log.debug)
2121
2222
print out debugging messages too because this isnt working
2323
24-
log.log_level(info)
24+
log.log_level(log.info)
2525
2626
I want to make sure this is working ok
2727

0 commit comments

Comments
 (0)