diff --git a/lib/framework/strres.c b/lib/framework/strres.c index 23dbb80e5..d528873d3 100644 --- a/lib/framework/strres.c +++ b/lib/framework/strres.c @@ -110,7 +110,7 @@ const char* strresGetStringByID(const STR_RES* psRes, const char* ID) string = treapFind(psRes->psIDTreap, ID); if (!string) { - debug(LOG_ERROR, "Couldn't find string for id \"%s\"", ID); + debug(LOG_WARNING, "Couldn't find string for id \"%s\"", ID); } return string;