diff --git a/global-functions.rsc b/global-functions.rsc index d9751663..8685346f 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -114,7 +114,7 @@ :global ParseKeyValueStore; :if ([ :len $UseFor ] = 0) do={ - $LogPrint warning $0 ("The intended use is undefined!"); + $LogPrint info $0 ("The intended use is undefined!"); :set UseFor "undefined"; }