Reduce log noise for a common message in input

This commit is contained in:
James Turner 2022-04-06 07:50:36 +01:00
parent b01e8f51f1
commit 363906828f

View File

@ -254,7 +254,7 @@ namespace canvas
SG_LOG
(
SG_GENERAL,
SG_INFO,
SG_DEBUG,
"addEventListener(" << _node->getPath() << ", " << type_str << ")"
);