Logging: less verbose panel loading.
This commit is contained in:
parent
d11ad100cc
commit
fbf7d58c25
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ readAction (const SGPropertyNode * node, float w_scale, float h_scale)
|
||||||
SGPropertyNode * dest = fgGetNode("/sim/bindings/panel", true);
|
SGPropertyNode * dest = fgGetNode("/sim/bindings/panel", true);
|
||||||
|
|
||||||
for (i = 0; i < bindings.size(); i++) {
|
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"));
|
<< bindings[i]->getStringValue("command"));
|
||||||
|
|
||||||
j = 0;
|
j = 0;
|
||||||
|
|
Loading…
Reference in a new issue