* ============LICENSE_START=======================================================
  * ONAP PAP
  * ================================================================================
- * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
     private void handleTimeout(String pdpName) {
         synchronized (modifyLock) {
             // remove timer - no need to cancel it, as TimerManager does that
+            logger.warn("missed heart beats - removing PDP {}", pdpName);
             pdp2timer.remove(pdpName);
 
             try {