X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Fmusic%2Frest%2FRestMusicAdminAPI.java;h=fddeebff5857fd0f69b959c3d22c4d8d4902d7bc;hb=0a358ea9fd56796d7dcf9c2a50df82a4f05b9738;hp=adcb65847ed3bf27d9423e0452e72587123e5a2c;hpb=24cdf12953c0e03af254920a51d6a2e1060b02a3;p=music.git diff --git a/src/main/java/org/onap/music/rest/RestMusicAdminAPI.java b/src/main/java/org/onap/music/rest/RestMusicAdminAPI.java index adcb6584..fddeebff 100755 --- a/src/main/java/org/onap/music/rest/RestMusicAdminAPI.java +++ b/src/main/java/org/onap/music/rest/RestMusicAdminAPI.java @@ -5,6 +5,7 @@ * Copyright (c) 2017 AT&T Intellectual Property * =================================================================== * Modifications Copyright (C) 2018 IBM. + * Modifications Copyright (c) 2019 Samsung * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -489,6 +490,7 @@ public class RestMusicAdminAPI { try { result = MusicCore.nonKeyRelatedPut(queryObject, "eventual"); }catch(Exception ex) { + logger.error(EELFLoggerDelegate.errorLogger, ex); return false; } return true;