diff --git a/app/src/main/java/com/termux/app/settings/properties/SharedProperties.java b/app/src/main/java/com/termux/app/settings/properties/SharedProperties.java index 87f32eae..d2dfc417 100644 --- a/app/src/main/java/com/termux/app/settings/properties/SharedProperties.java +++ b/app/src/main/java/com/termux/app/settings/properties/SharedProperties.java @@ -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; }