Remove an errant printf that was causing non-fatal errors to be
displayed (e.g., when deleting files that should have been silently ignored if they didn't exist). This commit was SVN r19071.
Этот коммит содержится в:
родитель
c93f1d8c5e
Коммит
a7c79558ad
@ -35,7 +35,6 @@ int MPIO_Err_create_code(int lastcode, int fatal, const char fcname[],
|
|||||||
vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
|
vsnprintf(&buf[idx], 1023 - idx, specific_msg, Argp);
|
||||||
va_end(Argp);
|
va_end(Argp);
|
||||||
}
|
}
|
||||||
FPRINTF(stderr, "%s", buf);
|
|
||||||
ADIOI_Free(buf);
|
ADIOI_Free(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user