> On 22 Mar 2024, at 11:42, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com> wrote:
> Here is the v4 patch with changes required in slotfuncs.c and slotsync.c files.
- errmsg("could not connect to the primary server: %s", err));
+ errmsg("\"%s\" could not connect to the primary server: %s", app_name.data, err));
Messages like this should perhaps have translator comments to indicate what the
leading "%s" will contain?
--
Daniel Gustafsson