Initial path and expiration utilities
[trust_router.git] / tid / tidc.c
index 103d354..bd88671 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, JANET(UK)
+ * Copyright (c) 2012, 2014-2015, JANET(UK)
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -74,7 +74,6 @@ int tidc_open_connection (TIDC_INSTANCE *tidc,
   else 
     use_port = port;
 
-  fprintf(stderr, "tidc_open_connection: Opening GSS connection to %s:%u.", server, use_port);  
   err = gsscon_connect(server, use_port, "trustidentity", &conn, gssctx);
 
   if (!err)