usnic: fix error message
There were too many "%s" instances. Re-order the output so that we show file, line, and then the error message.
Этот коммит содержится в:
родитель
a4a17c2836
Коммит
c1a6beac8d
@ -65,7 +65,7 @@ void opal_btl_usnic_util_abort(const char *msg, const char *file, int line)
|
||||
opal_show_help("help-mpi-btl-usnic.txt", "internal error after init",
|
||||
true,
|
||||
opal_process_info.nodename,
|
||||
msg, file, line);
|
||||
file, line, message);
|
||||
|
||||
opal_btl_usnic_exit(NULL);
|
||||
/* Never returns */
|
||||
|
@ -1,6 +1,6 @@
|
||||
# -*- text -*-
|
||||
#
|
||||
# Copyright (c) 2012-2014 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2012-2015 Cisco Systems, Inc. All rights reserved.
|
||||
#
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
@ -77,10 +77,9 @@ something wrong with the usNIC or OpenFabrics configuration on this
|
||||
server.
|
||||
|
||||
Server: %s
|
||||
Message: %s
|
||||
File: %s
|
||||
Line: %d
|
||||
Error: %s
|
||||
Message: %s
|
||||
#
|
||||
[check_reg_mem_basics fail]
|
||||
The usNIC BTL failed to initialize while trying to register some
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user