From 7680e4c335cb7a7545b3e6e0b2637568b0822ff7 Mon Sep 17 00:00:00 2001 From: Oldes Date: Sat, 7 Jan 2023 00:47:14 +0100 Subject: [PATCH] CHANGE: allow plain words as a log `id` argument --- src/mezz/sys-base.reb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mezz/sys-base.reb b/src/mezz/sys-base.reb index 101d36282b..f8650e6592 100644 --- a/src/mezz/sys-base.reb +++ b/src/mezz/sys-base.reb @@ -227,7 +227,7 @@ assert-utf8: function [ log: func [ "Prints out debug message" - id [word!] "Source of the log message" + 'id [any-word!] "Source of the log message" msg "Output message" /info /more