]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ply-console-viewer: Fix typo
authorRay Strode <rstrode@redhat.com>
Thu, 28 Dec 2023 15:03:05 +0000 (10:03 -0500)
committerRay Strode <rstrode@redhat.com>
Thu, 28 Dec 2023 15:03:05 +0000 (10:03 -0500)
The last commit had a typo where it would never prefer console viewer.

This commit fixes that.

src/libply-splash-graphics/ply-console-viewer.c

index c60214e39cac641453fb439f26f5740902c05f90..ec304ba68b902f1085b5131e0d130aed27aaf60c 100644 (file)
@@ -83,7 +83,7 @@ ply_console_viewer_preferred (void)
                 goto out;
         } else {
                 ply_trace ("Using console viewer instead of kernel framebuffer console");
-                preference = PLY_CONSOLE_VIEWER_PREFERENCE_NO_VIEWER;
+                preference = PLY_CONSOLE_VIEWER_PREFERENCE_VIEWER;
                 goto out;
         }