PatelVatsalB21 commented on a change in pull request #169:
URL: https://github.com/apache/fineract-cn-mobile/pull/169#discussion_r598516975



##########
File path: app/src/main/java/org/apache/fineract/utils/FileUtils.java
##########
@@ -224,7 +248,7 @@ public static void writeInputStreamDataToFile(InputStream 
in, File file) {
             out.close();
             in.close();
         } catch (Exception e) {
-            Log.d(LOG_TAG, e.getLocalizedMessage());
+            Logger.getLogger(e.getLocalizedMessage());

Review comment:
       Ok i got what you said but if i made changes in different pr it would be 
for a small change, also if i dont make this chages here my build will fail. 
Thus it is necessary to make changes here.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to