Skip to content

Commit fb1d9c9

Browse files
authored
Merge pull request #3517 from nickanderson/CFE-3008/3.12.x
CFE-3008 Message about invalid class characters from module protocol moved to VERBOSE (3.12.x)
2 parents 781667f + f7849cf commit fb1d9c9

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
@@ -8065,7 +8065,7 @@ static bool CheckID(const char *id)
80658065
{
80668066
if (!CheckIDChar(*sp))
80678067
{
8068-
Log(LOG_LEVEL_WARNING,
8068+
Log(LOG_LEVEL_VERBOSE,
80698069
"Module protocol contained an illegal character '%c' in class/variable identifier '%s'.", *sp,
80708070
id);
80718071
}

0 commit comments

Comments
 (0)