Changed the level of messages by the get_base_exp function

This commit is contained in:
Takeshi Nakatani 2024-02-12 07:41:44 +00:00 committed by Andrew Gaul
parent a7186b6072
commit 67442cf054
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static unique_ptr_xmlChar get_base_exp(xmlDocPtr doc, const char* exp)
return {nullptr, xmlFree};
}
if(xmlXPathNodeSetIsEmpty(marker_xp->nodesetval)){
S3FS_PRN_ERR("marker_xp->nodesetval is empty.");
S3FS_PRN_INFO("marker_xp->nodesetval is empty.");
return {nullptr, xmlFree};
}
xmlNodeSetPtr nodes = marker_xp->nodesetval;