Skip to content

Commit

Permalink
PipeWire: removing log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sackzement authored and slouken committed May 10, 2024
1 parent a87fa02 commit 9c6aa50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/camera/pipewire/SDL_camera_pipewire.c
Expand Up @@ -1017,12 +1017,6 @@ static int hotplug_loop_init(void)
}
PIPEWIRE_pw_thread_loop_unlock(hotplug.loop);

SDL_Log("CAMERA: PipeWire compiled:%s library:%s server:%d.%d.%d required:%d.%d.%d",
pw_get_headers_version(),
PIPEWIRE_pw_get_library_version(),
hotplug.server_major, hotplug.server_minor, hotplug.server_patch,
PW_REQUIRED_MAJOR, PW_REQUIRED_MINOR, PW_REQUIRED_PATCH);

if (!pipewire_server_version_at_least(PW_REQUIRED_MAJOR, PW_REQUIRED_MINOR, PW_REQUIRED_PATCH)) {
return SDL_SetError("Pipewire: server version is too old %d.%d.%d < %d.%d.%d",
hotplug.server_major, hotplug.server_minor, hotplug.server_patch,
Expand Down

0 comments on commit 9c6aa50

Please sign in to comment.