On Thu, 30.09.10 13:38, Gustavo Sverzut Barbieri ([email protected]) wrote:
> On Thu, Sep 30, 2010 at 1:06 PM, Lennart Poettering > <[email protected]> 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. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
