mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 18:08:03 +02:00
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:
parent
29e09a92cb
commit
7f4d1a3534
1 changed files with 1 additions and 2 deletions
|
|
@ -2955,8 +2955,6 @@ weston_compositor_init(struct weston_compositor *ec,
|
|||
|
||||
wl_display_init_shm(display);
|
||||
|
||||
log_uname();
|
||||
|
||||
weston_log("egl vendor: %s\n",
|
||||
eglQueryString(ec->display, EGL_VENDOR));
|
||||
log_extensions("egl extensions",
|
||||
|
|
@ -3194,6 +3192,7 @@ int main(int argc, char *argv[])
|
|||
STAMP_SPACE "Build: %s\n",
|
||||
PACKAGE_STRING, PACKAGE_URL, PACKAGE_BUGREPORT,
|
||||
WESTON_SHA1);
|
||||
log_uname();
|
||||
|
||||
display = wl_display_create();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue