Merge pull request #19 from cra0zy/hidefuncmessages
Disable not found function printing (closes #18)
This commit is contained in:
commit
957cec71d2
1 changed files with 0 additions and 3 deletions
|
@ -85,9 +85,6 @@ class FuncLoader
|
|||
else
|
||||
ret = Linux.dlsym(library, function);
|
||||
|
||||
if (ret == IntPtr.Zero)
|
||||
Console.WriteLine("[WARNING] Function not found: " + function);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue