log initiator in loop
This commit is contained in:
parent
b14cf480cf
commit
9ce78881fb
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public class LoopPlugin implements PluginBase {
|
|||
public void invoke(String initiator, boolean allowNotification) {
|
||||
try {
|
||||
if (Config.logFunctionCalls)
|
||||
log.debug("invoke");
|
||||
log.debug("invoke from " + initiator);
|
||||
ConstraintsInterface constraintsInterface = MainApp.getConfigBuilder();
|
||||
if (!constraintsInterface.isLoopEnabled()) {
|
||||
log.debug(MainApp.sResources.getString(R.string.loopdisabled));
|
||||
|
|
Loading…
Reference in a new issue