remove debugging output
This commit was SVN r15497.
Этот коммит содержится в:
родитель
8a7b6656b3
Коммит
5c1c3cdf1c
@ -85,7 +85,6 @@ static opal_tsd_key_t hostname_tsd_key;
|
||||
static void
|
||||
hostname_cleanup(void *value)
|
||||
{
|
||||
opal_output(0, "cleaning up buffer: 0x%lx", value);
|
||||
if (NULL != value) free(value);
|
||||
}
|
||||
|
||||
@ -100,13 +99,10 @@ get_hostname_buffer(void)
|
||||
if (OPAL_SUCCESS != ret) return NULL;
|
||||
|
||||
if (NULL == buffer) {
|
||||
opal_output(0, "getting a buffer");
|
||||
buffer = (void*) malloc((NI_MAXHOST + 1) * sizeof(char));
|
||||
ret = opal_tsd_setspecific(hostname_tsd_key, buffer);
|
||||
}
|
||||
|
||||
opal_output(0, "returning buffer: 0x%lx", buffer);
|
||||
|
||||
return (char*) buffer;
|
||||
}
|
||||
#endif
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user