mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
fixed the debug output to match the correct device
This commit is contained in:
committed by
Stefan Seyfried
parent
65478d9e85
commit
6b97269926
@@ -115,7 +115,7 @@ static int hdmi_out(bool enable)
|
||||
int fb = open("/dev/fb0", O_RDWR);
|
||||
if (fb < 0)
|
||||
{
|
||||
lt_debug_c("%s: can't open /dev/fb/0 (%m)\n", __func__);
|
||||
lt_debug_c("%s: can't open /dev/fb0 (%m)\n", __func__);
|
||||
return -1;
|
||||
}
|
||||
out.outputid = STMFBIO_OUTPUTID_MAIN;
|
||||
|
Reference in New Issue
Block a user