Skip to content

Commit

Permalink
Changed the level of messages by the get_base_exp function
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Feb 12, 2024
1 parent a7186b6 commit 3f7d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s3fs_xml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f7d898

Please sign in to comment.