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 79ce33c commit f365f5aCopy full SHA for f365f5a
src/ur/dashboard_client.cpp
@@ -62,7 +62,7 @@ bool DashboardClient::connect()
62
ret_val = true;
63
}
64
65
- catch (TimeoutException)
+ catch (const TimeoutException&)
66
{
67
URCL_LOG_WARN("Did not receive dashboard bootup message although connection was established. This should not "
68
"happen, please contact the package maintainers. Retrying anyway...");
0 commit comments