Skip to content

Commit

Permalink
fix memoryusage stats warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed May 15, 2024
1 parent f20fefc commit 25cc3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/lib/Util/SVFUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ bool SVFUtil::getMemoryUsageKB(u32_t* vmrss_kb, u32_t* vmsize_kb)
}
else
{
fputs ("/proc/self/status file not exit\n",stderr);
SVFUtil::writeWrnMsg(warn + " /proc/self/status file not exit!");
return false;
}
fclose(procfile);
Expand Down

0 comments on commit 25cc3ca

Please sign in to comment.