Log configuration details to ease debugging
[portal/ric-dashboard.git] / e2-mgr-client / src / test / java / org / oranosc / ric / portal / dashboard / e2mgr / demo / E2ManagerClientTest.java
index 065a76c..56e6cfc 100644 (file)
@@ -40,7 +40,7 @@ public class E2ManagerClientTest {
                        e2Mgr.getHealth();
                        System.out.println("getHealth answered: " + apiClient.getStatusCode().toString());
                } catch (RestClientException e) {
-                       System.err.println("getHealth failed: " +  e.toString());
+                       System.err.println("getHealth failed: " + e.toString());
                }
        }
 }