updated doAction log
This commit is contained in:
parent
e724da933e
commit
81531c2ab3
|
@ -9,7 +9,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||
public class BindingAction {
|
||||
|
||||
public void doAction(ItemObserved<Project> itemObserved) {
|
||||
log.info("Do action: {}", itemObserved.getEvent());
|
||||
log.info("Do action called on: {}", itemObserved.getEvent());
|
||||
switch (itemObserved.getEvent()) {
|
||||
case PROJECT_CREATED:
|
||||
|
||||
|
|
Loading…
Reference in New Issue