From f1df32e4e34682d40c23ab9fe404ee073690f18b Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 26 Aug 2013 13:12:39 -0400 Subject: [PATCH] android: Add host name to the list of items we dump to the event log at startup. It should help volunteers determine which device is which when matching it up to a project's website. --- client/client_state.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/client_state.cpp b/client/client_state.cpp index 8666fd2ead..a76c518690 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -158,6 +158,10 @@ CLIENT_STATE::CLIENT_STATE() void CLIENT_STATE::show_host_info() { char buf[256], buf2[256]; + msg_printf(NULL, MSG_INFO, + "Host name: %s", + host_info.domain_name + ); nbytes_to_string(host_info.m_cache, 0, buf, sizeof(buf)); msg_printf(NULL, MSG_INFO, "Processor: %d %s %s",