aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-01-25 16:48:15 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2026-01-25 16:48:15 +0100
commitf50bcf36e95eeeb58d7756e5f6e8a7d5276e8a18 (patch)
tree3b610fccf2f2afef0fa426a0421b734b426d101f
parentfcf3d5e45222517d69f3ef10132286897f6805d9 (diff)
Fix trace message
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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