diff --git a/pvtoolsSrc/pvlist.cpp b/pvtoolsSrc/pvlist.cpp index f739ce6..e9840c6 100644 --- a/pvtoolsSrc/pvlist.cpp +++ b/pvtoolsSrc/pvlist.cpp @@ -580,7 +580,7 @@ int main (int argc, char *argv[]) { const ServerEntry& entry = iter->second; - cout << "GUID 0x" << entry.guid << ", version " << (int)entry.version << ": " + cout << "GUID 0x" << entry.guid << " version " << (int)entry.version << ": " << entry.protocol << "@["; size_t count = entry.addresses.size();