diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 16:48:15 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-01-25 16:48:15 +0100 |
| commit | f50bcf36e95eeeb58d7756e5f6e8a7d5276e8a18 (patch) | |
| tree | 3b610fccf2f2afef0fa426a0421b734b426d101f | |
| parent | fcf3d5e45222517d69f3ef10132286897f6805d9 (diff) | |
Fix trace message
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
