[systemd-devel] [systemd-commits] src/readahead-collect.c src/readahead-common.c

Lennart Poettering lennart at poettering.net
Tue Oct 5 12:49:28 PDT 2010


On Thu, 30.09.10 13:38, Gustavo Sverzut Barbieri (barbieri at profusion.mobi) wrote:

> On Thu, Sep 30, 2010 at 1:06 PM, Lennart Poettering
> <lennart at kemper.freedesktop.org> wrote:
> >         if (st->st_size <= 0 || st->st_size > file_size_max) {
> > -                log_debug("Not preloading file %s with size out of bounds %zi", fn, st->st_size);
> > +                log_debug("Not preloading file %s with size out of bounds %lli", fn, (unsigned long long) st->st_size);
> 
> unsigned long long = llu, not lli.

Thanks for the pointer.

Fixed now.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.


More information about the systemd-devel mailing list