We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e74eb commit f41da63Copy full SHA for f41da63
main.cpp
@@ -168,12 +168,18 @@ int main(int argc, char* argv[])
168
\*---------------------------------------------------------*/
169
if(!(ret_flags & RET_FLAG_NO_DETECT))
170
{
171
+ printf("Attempting to connect to local OpenRGB server.\r\n");
172
+
173
if(!AttemptLocalConnection())
174
175
+ printf("Local OpenRGB server unavailable, running standalone.\r\n");
176
177
ResourceManager::get()->DetectDevices();
178
}
179
else
180
181
+ printf("Local OpenRGB server connected, running in client mode\r\n");
182
183
ResourceManager::get()->DisableDetection();
184
185
0 commit comments