Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
6f7dc3c5
Commit
6f7dc3c5
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Extend debug output.
parent
4368580a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_interface.c
View file @
6f7dc3c5
...
...
@@ -520,7 +520,8 @@ void pioBufferFuncCall(int funcID, int argc, ... )
int
tokenSep
=
SEPARATOR
,
tokenFuncCall
=
FUNCCALL
;
size_t
size
=
0
;
xdebug
(
"%s"
,
"START"
);
xassert
(
funcID
>=
0
&&
funcID
<
nFuncs
);
xdebug
(
"%s, func: %s"
,
"START"
,
funcMap
[
funcID
]);
if
(
rankGlob
!=
root
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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