diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-12-17 14:30:21 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 14:30:21 -0700 |
| commit | 87ce803bebd5e5f5c262c94a6c5bdbbb5935a8cd (patch) | |
| tree | 6c12d2e22a467c1c9a9247a0d4dadc90aa3219be | |
| parent | f2e38a1b4eb3cd7b4b92a8889577dc04c45a2104 (diff) | |
| download | usermoji-87ce803bebd5e5f5c262c94a6c5bdbbb5935a8cd.tar.xz | |
loader: Fix erroneous call to loader_log previously added
| -rw-r--r-- | loader/loader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c index 7c47864b..8844df11 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2591,7 +2591,7 @@ static void loader_remove_layer_lib( } if (idx == loader.loaded_layer_lib_count) { - loader_log(VK_DEBUG_REPORT_ERROR_BIT_EXT, 0, + loader_log(inst, VK_DEBUG_REPORT_ERROR_BIT_EXT, 0, "Unable to unref library %s", layer_prop->lib_name); return; } |
