dovecot-2.0: Minor error message fix.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 5 01:28:23 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/7b110aa9fac5
changeset: 9212:7b110aa9fac5
user: Timo Sirainen <tss at iki.fi>
date: Mon May 04 18:12:04 2009 -0400
description:
Minor error message fix.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/master/main.c | 2 +-
diffs (12 lines):
diff -r 66bb019c664c -r 7b110aa9fac5 src/master/main.c
--- a/src/master/main.c Mon May 04 18:11:19 2009 -0400
+++ b/src/master/main.c Mon May 04 18:12:04 2009 -0400
@@ -61,7 +61,7 @@ void process_exec(const char *cmd, const
argv[0] = t_strconcat(PACKAGE"/", argv[0], NULL);
execv(executable, (char **)argv);
- i_fatal_status(FATAL_EXEC, "execvp(%s) failed: %m", executable);
+ i_fatal_status(FATAL_EXEC, "execv(%s) failed: %m", executable);
}
static void create_pid_file(const char *path)
More information about the dovecot-cvs
mailing list