Subversion Repositories HomeAutomation

Rev

Rev 2081 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2081 Rev 2082
Line 200... Line 200...
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
      }
202
      }
203
      else
203
      else
204
      {
204
      {
205
        log::Info(log_module_, "Nothing found, id=%s, modulename=%s, classname=%s", payload->GetId().data(), payload->GetModuleName().data(), payload->GetClassName().data());
205
        log::Info(log_module_, "Nothing found, id=%d, modulename=%s, classname=%s", payload->GetId(), payload->GetModuleName().data(), payload->GetClassName().data());
206
      }
206
      }
207
    }
207
    }
208
  }
208
  }
209
 
209
 
210
  LOG_DEBUG_EXIT;
210
  LOG_DEBUG_EXIT;