compositor: move uname log earlier
Basic information that does not depend on any modules. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
29e09a92cb
commit
7f4d1a3534
+1
-2
@@ -2955,8 +2955,6 @@ weston_compositor_init(struct weston_compositor *ec,
|
|||||||
|
|
||||||
wl_display_init_shm(display);
|
wl_display_init_shm(display);
|
||||||
|
|
||||||
log_uname();
|
|
||||||
|
|
||||||
weston_log("egl vendor: %s\n",
|
weston_log("egl vendor: %s\n",
|
||||||
eglQueryString(ec->display, EGL_VENDOR));
|
eglQueryString(ec->display, EGL_VENDOR));
|
||||||
log_extensions("egl extensions",
|
log_extensions("egl extensions",
|
||||||
@@ -3194,6 +3192,7 @@ int main(int argc, char *argv[])
|
|||||||
STAMP_SPACE "Build: %s\n",
|
STAMP_SPACE "Build: %s\n",
|
||||||
PACKAGE_STRING, PACKAGE_URL, PACKAGE_BUGREPORT,
|
PACKAGE_STRING, PACKAGE_URL, PACKAGE_BUGREPORT,
|
||||||
WESTON_SHA1);
|
WESTON_SHA1);
|
||||||
|
log_uname();
|
||||||
|
|
||||||
display = wl_display_create();
|
display = wl_display_create();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user