X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fcompositor.c;h=52f1b188ce1ceb899e0fcbf978a99edea4089758;hb=refs%2Fchanges%2F65%2F29065%2F2;hp=6cb822bbfaf01864a8023396956fd32cad158809;hpb=f3ae1a25e249ea78ccb75c3125681cc453c92f7f;p=src%2Fagl-compositor.git diff --git a/src/compositor.c b/src/compositor.c index 6cb822b..52f1b18 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1862,7 +1862,7 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da weston_log("Printing available debug scopes:\n"); - while ((nscope = weston_log_scopes_iterate(ivi.compositor, nscope))) { + while ((nscope = weston_log_scopes_iterate(log_ctx, nscope))) { weston_log("\tscope name: %s, desc: %s", weston_log_scope_get_name(nscope), weston_log_scope_get_description(nscope));