loader: Emit DEBUG for unknown function names
authorCharles Giessen <charles@lunarg.com>
Tue, 4 May 2021 22:06:04 +0000 (16:06 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 4 May 2021 22:48:39 +0000 (16:48 -0600)
commit039cea5353be38656b67c683aa6325c01bce6e7e
tree39f26571ad5f90f973465ed7ef85f399ca68af57
parentf14e11c9bf693dbabeaac71f2911c3338341f88d
loader: Emit DEBUG for unknown function names

Loader previously emitted WARN level log messages for unknown
function names. This isn't wrong behavior and is mainly useful to
loader developers. Many layers and applications try to load all
function pointers they know about, so this code path is well
travelled.

Change-Id: Ia3e4b47eddb36bd02bcbab8452e5a96d03f75bd3
loader/loader.c