X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=common%2Ftr_config.c;h=2ddda1208417f438f5148a1ebecb5b1ea3417351;hp=8c0f577759f3ee8d389f607c4e0ea461299d6f80;hb=82e1d1116794e91485353f73febfa54ab5cf28b7;hpb=cb18e83e9f4edd62e5316c19fa5870d46b10ffd4 diff --git a/common/tr_config.c b/common/tr_config.c index 8c0f577..2ddda12 100644 --- a/common/tr_config.c +++ b/common/tr_config.c @@ -310,13 +310,13 @@ static json_t **tr_cfg_parse_config_files(TALLOC_CTX *mem_ctx, unsigned int n_fi this_file->serial = get_cfg_serial(jcfgs[ii]); if (this_file->serial != TR_CFG_INVALID_SERIAL) { - tr_notice("tr_parse_one_config_file: Attempting to load revision %" + tr_notice("tr_parse_config_files: Attempting to load revision %" JSON_INTEGER_FORMAT " of '%s'.", this_file->serial, this_file->name); } else { - tr_notice("tr_parse_one_config_file: Attempting to load '%s'.", + tr_notice("tr_parse_config_files: Attempting to load '%s'.", this_file->name); } }