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
sds
ssg
Commits
57ae9903
Commit
57ae9903
authored
Apr 24, 2017
by
Shane Snyder
Browse files
another printf formating goof...
parent
f7920290
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/swim-fd/swim-fd.c
View file @
57ae9903
...
...
@@ -313,8 +313,7 @@ void swim_apply_membership_updates(
if
(
updates
[
i
].
inc_nr
==
swim_ctx
->
member_inc_nrs
[
self_id
])
{
swim_ctx
->
member_inc_nrs
[
self_id
]
++
;
SSG_DEBUG
(
s
,
"self SUSPECT received,"
\
"new incarnation number is %d
\n
"
,
SSG_DEBUG
(
s
,
"self SUSPECT received, new inc_nr is %d
\n
"
,
swim_ctx
->
member_inc_nrs
[
self_id
]);
}
}
...
...
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