mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-14 13:01:17 +01:00
Change log level to warn from error when termux.properties file is missing
This commit is contained in:
parent
92b804dc9c
commit
1bdf9bf2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ public class SharedProperties {
|
||||||
Properties properties = new Properties();
|
Properties properties = new Properties();
|
||||||
|
|
||||||
if (propertiesFile == null) {
|
if (propertiesFile == null) {
|
||||||
Logger.logError(LOG_TAG, "Not loading properties since file is null");
|
Logger.logWarn(LOG_TAG, "Not loading properties since file is null");
|
||||||
return properties;
|
return properties;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue