diff --git a/projects/player/src/app/components/unit-state/unit-state.component.ts b/projects/player/src/app/components/unit-state/unit-state.component.ts
index c77fc32662f1e0381aa0ac1b35ac6b200e4721ee..d9256cb2a64aa3e09e1b336df4a56bd706bc9ad5 100644
--- a/projects/player/src/app/components/unit-state/unit-state.component.ts
+++ b/projects/player/src/app/components/unit-state/unit-state.component.ts
@@ -174,7 +174,7 @@ export class UnitStateComponent implements OnInit, OnDestroy {
         unitStateDataType: ''
       };
       // eslint-disable-next-line no-console
-      console.log('player: sendVopStateChangedNotification', unitState);
+      console.log('player: unitState sendVopStateChangedNotification', unitState);
       this.veronaPostService.sendVopStateChangedNotification({ unitState });
     });
   }