Skip to content

Commit a27b1e7

Browse files
committed
assign log message numbers
1 parent d4522af commit a27b1e7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

include/gfarm/gfarm_msg_enums.h

+2
Original file line numberDiff line numberDiff line change
@@ -5661,3 +5661,5 @@
56615661
#define GFARM_MSG_1005659 1005659
56625662
#define GFARM_MSG_1005660 1005660
56635663
#define GFARM_MSG_1005661 1005661
5664+
#define GFARM_MSG_1005662 1005662
5665+
#define GFARM_MSG_1005663 1005663

lib/libgfarm/gfarm/auth_client_sasl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ gfarm_auth_request_sasl_common(struct gfp_xdr *conn,
244244
return (GFARM_ERR_NO_ERROR);
245245
} else {
246246
if (gflog_auth_get_verbose()) {
247-
gflog_notice(GFARM_MSG_UNFIXED,
247+
gflog_notice(GFARM_MSG_1005663,
248248
"%s: SASL authentication failed", hostname);
249249
}
250250
gfp_xdr_tls_reset(conn);

lib/libgfarm/gfarm/config_client.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ gfarm_parse_env_client(void)
176176
if ((env = getenv("GFARM_PROTOCOL_COMPAT")) != NULL) {
177177
e = gfarm_set_protocol_compat(env);
178178
if (e != GFARM_ERR_NO_ERROR) {
179-
gflog_warning(GFARM_MSG_UNFIXED,
179+
gflog_warning(GFARM_MSG_1005662,
180180
"$GFARM_PROTOCOL_COMPAT=\"%s\": %s",
181181
env, gfarm_error_string(e));
182182
}

makes/.msgno

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1005661
1+
1005663

0 commit comments

Comments
 (0)