Browse Source

Remove redundant newline

tags/v1.6.0
Nils 3 years ago
parent
commit
a70caef4cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nsmd.cpp

+ 1
- 1
src/nsmd.cpp View File

@@ -2547,7 +2547,7 @@ announce_gui( const char *url, bool is_reply )
osc_server->send( gui_addr, "/nsm/gui/session/name", session_name, session_path + strlen( session_root ));
}

MESSAGE( "Registration with GUI complete\n" );
MESSAGE( "Registration with GUI complete" );
}




Loading…
Cancel
Save