mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
Change log level to warn from error when termux.properties file is missing
This commit is contained in:
@@ -230,7 +230,7 @@ public class SharedProperties {
|
||||
Properties properties = new Properties();
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user