config manager: log profile changes
This commit is contained in:
@@ -587,6 +587,7 @@ public class ConfigManager
|
|||||||
rsProfileKey = prof.getKey();
|
rsProfileKey = prof.getKey();
|
||||||
this.rsProfileKey = rsProfileKey;
|
this.rsProfileKey = rsProfileKey;
|
||||||
|
|
||||||
|
log.debug("RS profile changed to {}", rsProfileKey);
|
||||||
eventBus.post(new RuneScapeProfileChanged());
|
eventBus.post(new RuneScapeProfileChanged());
|
||||||
}
|
}
|
||||||
setConfiguration(groupName, rsProfileKey, key, value);
|
setConfiguration(groupName, rsProfileKey, key, value);
|
||||||
@@ -1138,6 +1139,7 @@ public class ConfigManager
|
|||||||
}
|
}
|
||||||
rsProfileKey = key;
|
rsProfileKey = key;
|
||||||
|
|
||||||
|
log.debug("RS profile changed to {}", key);
|
||||||
eventBus.post(new RuneScapeProfileChanged());
|
eventBus.post(new RuneScapeProfileChanged());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user