Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
6faa6abf
Commit
6faa6abf
authored
Jul 29, 2010
by
David Goodell
Browse files
[svn-r6961] remove bogus newline from assertion failure log messages
No reviewer.
parent
0762d1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/other/assert.c
View file @
6faa6abf
...
...
@@ -25,7 +25,7 @@ int MPIR_Assert_fail(const char *cond, const char *file_name, int line_num)
file_name
,
line_num
,
cond
);
MPIU_DBG_MSG_FMT
(
ALL
,
TERSE
,
(
MPIU_DBG_FDEST
,
"Assertion failed in file %s at line %d: %s
\n
"
,
"Assertion failed in file %s at line %d: %s"
,
file_name
,
line_num
,
cond
));
MPID_Abort
(
NULL
,
MPI_SUCCESS
,
1
,
NULL
);
return
MPI_ERR_INTERN
;
/* never get here, abort should kill us */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment