Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
8857f5ff
Commit
8857f5ff
authored
Jan 30, 2017
by
Shane Snyder
Browse files
make warning message more clear
parent
03053837
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-core.c
View file @
8857f5ff
...
...
@@ -472,7 +472,7 @@ void darshan_core_shutdown()
{
if
(
my_rank
==
0
)
{
fprintf
(
stderr
,
"darshan library warning: unable to
open
log file %s
\n
"
,
fprintf
(
stderr
,
"darshan library warning: unable to
create
log file %s
\n
"
,
logfile_name
);
}
free
(
logfile_name
);
...
...
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