-rw-r--r-- | test/idiscover.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/idiscover.cc b/test/idiscover.cc index 873da12..d9a7c62 100644 --- a/test/idiscover.cc +++ b/test/idiscover.cc | |||
@@ -22,5 +22,6 @@ ostream& operator<<(ostream& o,const opkele::xrd::service_t s) { | |||
22 | o << endl | 22 | o << endl |
23 | << " URI: " << s.uris << endl | 23 | << " URI: " << s.uris << endl |
24 | << " LocalID: " << s.local_ids << endl; | 24 | << " LocalID: " << s.local_ids << endl |
25 | << " ProviderID: " << s.provider_id << endl; | ||
25 | o << "}"; | 26 | o << "}"; |
26 | } | 27 | } |
@@ -43,4 +44,5 @@ int main(int argc,char **argv) { | |||
43 | << "CanonicalID: " << discovery.xrd.canonical_ids << endl | 44 | << "CanonicalID: " << discovery.xrd.canonical_ids << endl |
44 | << "LocalID: " << discovery.xrd.local_ids << endl | 45 | << "LocalID: " << discovery.xrd.local_ids << endl |
46 | << "ProviderID: " << discovery.xrd.provider_id << endl | ||
45 | << "Services: " << discovery.xrd.services << endl; | 47 | << "Services: " << discovery.xrd.services << endl; |
46 | } | 48 | } |