From a5ab35527062617c21fdcd31305d1e0b8ed1d267 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 24 Apr 2018 20:03:31 -0400 Subject: Pave the way for more, different, interesting devices. --- src/survive_vive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/survive_vive.c') diff --git a/src/survive_vive.c b/src/survive_vive.c index d9cbc3e..493215a 100755 --- a/src/survive_vive.c +++ b/src/survive_vive.c @@ -1722,7 +1722,7 @@ int DriverRegHTCVive( SurviveContext * ctx ) sv->udev[USB_DEV_W_WATCHMAN1] ) { survive_add_driver( ctx, sv, survive_vive_usb_poll, survive_vive_close, survive_vive_send_magic ); } else { - SV_ERROR("No USB devices detected"); + SV_INFO("No USB devices detected"); } //Next, pull out the config stuff. -- cgit v1.2.3