diff --git a/source/main.cpp b/source/main.cpp index 7740ae5..60d8456 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -30,11 +30,11 @@ int main(int argc, char *argv[]) { request[1] = 120; sock.send_server(request, sizeof(request)); - cout << "[+] Connected to server!\n\tInfo: " << endl; - cout << "\t- API Socket Path: " << app.app_api_socket_path << endl; - cout << "\t- Server Out IP: " << app.app_server_out_ip << endl; - cout << "\t- App Port In: " << app.app_port_in << endl; - cout << "\t- App Port Out: " << app.app_port_out << endl; + cout << "[+] Connected to server!\n[!] Info: " << endl; + cout << " > API Socket Path: " << app.app_api_socket_path << endl; + cout << " > Server Out IP: " << app.app_server_out_ip << endl; + cout << " > App Port In: " << app.app_port_in << endl; + cout << " > App Port Out: " << app.app_port_out << endl; } catch (const runtime_error &e) { cerr << "Error: " << e.what() << endl;