Specified file path in error log

This commit is contained in:
samartnik
2020-01-09 14:41:52 -05:00
parent 402a12b37e
commit 7c707ae24d
@@ -69,7 +69,7 @@ public class BraveReferrer implements InstallReferrerStateListener {
outputStreamWriter.write(urpc.getBytes());
outputStreamWriter.close();
} catch (IOException e) {
Log.e(TAG, "Could not write to file: " + e.getMessage());
Log.e(TAG, "Could not write to file (" + promoCodeFilePath + "): " + e.getMessage());
}
}
referrerClient.endConnection();