diff options
| author | David Lamparter <equinox@diac24.net> | 2018-09-14 17:35:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 17:35:58 +0200 |
| commit | 2fa3198399df58b1b039f094ad03d7c1329a2a3d (patch) | |
| tree | 8bfb9ce491addede73950d9320bb075df0969339 /lib/command.c | |
| parent | 00256d2dde484dea5b3b819affd46747f5faacc7 (diff) | |
| parent | 1c50c1c0d683ebfa53c1607c71b8d26547e8f218 (diff) | |
Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-rename
warning reference cards rename
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 26afc762fb..f3c8b1ed06 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2421,7 +2421,7 @@ static int set_log_file(struct vty *vty, const char *fname, int loglevel) cwd[MAXPATHLEN] = '\0'; if (getcwd(cwd, MAXPATHLEN) == NULL) { - flog_err_sys(LIB_ERR_SYSTEM_CALL, + flog_err_sys(EC_LIB_SYSTEM_CALL, "config_log_file: Unable to alloc mem!"); return CMD_WARNING_CONFIG_FAILED; } |
