diff options
Diffstat (limited to 'src/xdg-autostart-generator/test-xdg-autostart.c')
-rw-r--r-- | src/xdg-autostart-generator/test-xdg-autostart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdg-autostart-generator/test-xdg-autostart.c b/src/xdg-autostart-generator/test-xdg-autostart.c index a357cf50fe..e18c918daa 100644 --- a/src/xdg-autostart-generator/test-xdg-autostart.c +++ b/src/xdg-autostart-generator/test-xdg-autostart.c @@ -55,7 +55,7 @@ static void test_xdg_desktop_parse_one(unsigned i, const char *s) { _cleanup_fclose_ FILE *f = NULL; _cleanup_(xdg_autostart_service_freep) XdgAutostartService *service = NULL; - log_info("== %s[%i] ==", __func__, i); + log_info("== %s[%u] ==", __func__, i); assert_se(fmkostemp_safe(name, "r+", &f) == 0); assert_se(fwrite(s, strlen(s), 1, f) == 1); |