Skip to content

Commit d35abc8

Browse files
committed
cdba-server: add CDBA-server banner to be output on startup
Granted all possible issues with SSH, especially in the remote and/or proxied labs, and possible issues with the board being present but failing to power up, it is useful to have a banner message once CDBA was started. This gives user a clear picture that the connection is fine and the server is trying to power up the board. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 5edc55c commit d35abc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdba-server.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ int main(int argc, char **argv)
356356

357357
signal(SIGPIPE, sigpipe_handler);
358358

359+
fprintf(stderr, "Starting cdba server\n");
360+
359361
username = getenv("CDBA_USER");
360362
if (!username)
361363
username = getenv("USER");

0 commit comments

Comments
 (0)