1
0
Fork 0

Logging: less verbose panel loading.

This commit is contained in:
jmt 2009-09-14 12:39:25 +00:00 committed by Tim Moore
parent d11ad100cc
commit fbf7d58c25

View file

@ -194,7 +194,7 @@ readAction (const SGPropertyNode * node, float w_scale, float h_scale)
SGPropertyNode * dest = fgGetNode("/sim/bindings/panel", true);
for (i = 0; i < bindings.size(); i++) {
SG_LOG(SG_INPUT, SG_INFO, "Reading binding "
SG_LOG(SG_INPUT, SG_BULK, "Reading binding "
<< bindings[i]->getStringValue("command"));
j = 0;