Skip to content

Commit 829afc3

Browse files
committed
CFE-3008 Message about invalid class characters from module protocol moved to VERBOSE
In CFE-2887 the module protocol began automatically canonifying classes that were defined in order to align with the behaviour of policy. This change moves a warning about the class containing invalid characters to VERBOSE as to align with policy.
1 parent e8583d9 commit 829afc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpromises/evalfunction.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8097,7 +8097,7 @@ static bool CheckID(const char *id)
80978097
{
80988098
if (!CheckIDChar(*sp))
80998099
{
8100-
Log(LOG_LEVEL_WARNING,
8100+
Log(LOG_LEVEL_VERBOSE,
81018101
"Module protocol contained an illegal character '%c' in class/variable identifier '%s'.", *sp,
81028102
id);
81038103
}

0 commit comments

Comments
 (0)