Skip to content

Commit 35129ef

Browse files
committed
shell: pty: fix incorrect error string
Problem: An error message in the shell pty plugin references the incorrect function. Correct the error message.
1 parent 8067ef4 commit 35129ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shell/pty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static int pty_init (flux_plugin_t *p,
339339
0,
340340
"{s:s}",
341341
"pty", "terminus.0") < 0) {
342-
shell_log_errno ("flux_shell_service_register");
342+
shell_log_errno ("flux_shell_add_event_context (pty)");
343343
goto error;
344344
}
345345
/* Ensure that rank 0 pty waits for client to attach

0 commit comments

Comments
 (0)