Skip to content

Commit

Permalink
ceph: clean up 'osd%d down' console msg
Browse files Browse the repository at this point in the history
No ceph prefix.

Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
Sage Weil committed Nov 6, 2009
1 parent f28bcfb commit 1bdb70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ceph/osdmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
u32 osd;
ceph_decode_32_safe(p, end, osd, bad);
(*p)++; /* clean flag */
pr_info("ceph osd%d down\n", osd);
pr_info("osd%d down\n", osd);
if (osd < map->max_osd)
map->osd_state[osd] &= ~CEPH_OSD_UP;
}
Expand Down

0 comments on commit 1bdb70e

Please sign in to comment.