From f50bcf36e95eeeb58d7756e5f6e8a7d5276e8a18 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sun, 25 Jan 2026 16:48:15 +0100 Subject: Fix trace message --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 85bf4ce..5560e59 100644 --- a/src/main.c +++ b/src/main.c @@ -1112,7 +1112,7 @@ static void ftag_sync(int argc, char **argv) if (local_mtime > remote_mtime) printf("ftag sync: local is more recent than remote !\n"); else - printf("ftag sync: local is more recent than remote !\n"); + printf("ftag sync: remote is more recent than local !\n"); } /* Check that the tag we are trying to create does not exist yet. If this -- cgit v1.2.3