Skip to content

Commit f41da63

Browse files
Add informational printouts for local client connection
1 parent a2e74eb commit f41da63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,18 @@ int main(int argc, char* argv[])
168168
\*---------------------------------------------------------*/
169169
if(!(ret_flags & RET_FLAG_NO_DETECT))
170170
{
171+
printf("Attempting to connect to local OpenRGB server.\r\n");
172+
171173
if(!AttemptLocalConnection())
172174
{
175+
printf("Local OpenRGB server unavailable, running standalone.\r\n");
176+
173177
ResourceManager::get()->DetectDevices();
174178
}
175179
else
176180
{
181+
printf("Local OpenRGB server connected, running in client mode\r\n");
182+
177183
ResourceManager::get()->DisableDetection();
178184
}
179185
}

0 commit comments

Comments
 (0)