X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdfilter%2Ffilter.c;h=f05b13b9469364c77a4fc9354089a04b34cf771c;hp=c2b6d018750cc5aeeea73e61a144cddc4439684c;hb=624fd0ca0832e92dd2f5486984b6c7f7397619ba;hpb=c0468e08ce5864884265a542606f6253cce19bad diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index c2b6d01..f05b13b 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1234,7 +1234,7 @@ static int filter_prep_groups(struct obd_device *obd) if (off == 0) last_group = FID_SEQ_OST_MDT0; - CWARN("%s: initialize groups [%d,%d]\n", obd->obd_name, + CWARN("%s: initialize groups [%u,%u]\n", obd->obd_name, FID_SEQ_OST_MDT0, last_group); filter->fo_committed_group = last_group; rc = filter_read_groups(obd, last_group, 1);