Rev 1971 | Rev 2082 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1971 | Rev 2081 | ||
|---|---|---|---|
| Line 197... | Line 197... | ||
| 197 | { |
197 | { |
| 198 | node = this->GetNode(module->GetNodeId()); |
198 | node = this->GetNode(module->GetNodeId()); |
| 199 | node->ResetTimeout(); |
199 | node->ResetTimeout(); |
| 200 | 200 | ||
| 201 | this->signal_on_module_message_(module->GetFullId(), payload->GetCommandName(), payload->GetVariables()); |
201 | this->signal_on_module_message_(module->GetFullId(), payload->GetCommandName(), payload->GetVariables()); |
| - | 202 | } |
|
| - | 203 | else |
|
| - | 204 | { |
|
| - | 205 | log::Info(log_module_, "Nothing found, id=%s, modulename=%s, classname=%s", payload->GetId().data(), payload->GetModuleName().data(), payload->GetClassName().data()); |
|
| 202 | } |
206 | } |
| 203 | } |
207 | } |
| 204 | } |
208 | } |
| 205 | 209 | ||
| 206 | LOG_DEBUG_EXIT; |
210 | LOG_DEBUG_EXIT; |