guix/nix/libstore
Ludovic Courtès 5ff038473e
daemon: Fix several format strings.
This is a followup to 3af52f845f and
6f1448ef89.

* nix/libstore/local-store.cc (LocalStore::queryValidPathId): Change %1% to {}.
* nix/libstore/optimise-store.cc (LocalStore::optimisePath_): Likewise.
* nix/nix-daemon/guix-daemon.cc (open_unix_domain_socket): Likewise.
(main): Likewise.
* nix/libutil/affinity.cc (restoreAffinity): Remove useless %1%.

Change-Id: I3a7cd79cd69ab58f14118662f1dcf2fef067a6b7
2026-01-12 10:56:37 +01:00
..
.gitignore
build.cc daemon: Fix typo in format string. 2025-12-26 00:01:43 +01:00
builtins.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
builtins.hh daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
derivations.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
derivations.hh daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
gc.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
globals.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
globals.hh daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
local-store.cc daemon: Fix several format strings. 2026-01-12 10:56:37 +01:00
local-store.hh daemon: Ensure store is writable even as non-root. 2025-12-22 11:00:17 +01:00
misc.cc daemon: Use starts_with() and ends_with() instead of string() or hasSuffix() 2025-11-03 17:18:37 +01:00
misc.hh guix gc: Adjust size suffix based on the amount of data. 2025-07-28 13:57:53 +03:00
optimise-store.cc daemon: Fix several format strings. 2026-01-12 10:56:37 +01:00
pathlocks.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
pathlocks.hh
references.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
references.hh
sqlite.cc daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
sqlite.hh daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’. 2025-10-19 21:29:39 +02:00
store-api.cc daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
store-api.hh daemon: Use inline functions and variables instead of extern 2025-11-12 18:34:06 +01:00
worker-protocol.hh daemon: Implement ‘substitute-urls’ RPC. 2023-12-11 23:18:53 +01:00