Showing
1 changed file
with
1 additions
and
1 deletions
@@ -168,7 +168,7 @@ public class ProductProxyService { | @@ -168,7 +168,7 @@ public class ProductProxyService { | ||
168 | prdRespMap.put(storage.getStorageId(), storage); | 168 | prdRespMap.put(storage.getStorageId(), storage); |
169 | } | 169 | } |
170 | }catch (Exception ex){ | 170 | }catch (Exception ex){ |
171 | - logger.warn("in getStorageDataMap call {} fail, storageIds {}", BATCH_STORAGE_DATAS, storageIds); | 171 | + logger.warn("in getStorageDataMap call {} fail, storageIds {}", BATCH_STORAGE_DATAS, storageIds, ex); |
172 | }finally { | 172 | }finally { |
173 | return prdRespMap; | 173 | return prdRespMap; |
174 | } | 174 | } |
-
Please register or login to post a comment