--- gvpe/src/gvpe.C 2005/03/18 01:53:05 1.1 +++ gvpe/src/gvpe.C 2005/03/23 20:07:56 1.3 @@ -43,6 +43,7 @@ #include #include +#include "gettext.h" #include "pidfile.h" #include "conf.h" @@ -256,7 +257,7 @@ if (!THISNODE) { - slog (L_ERR, _("current node not set, or node '%s' not found in configfile, specify the nodename when starting vped."), + slog (L_ERR, _("current node not set, or node '%s' not found in configfile, specify the nodename when starting gvpe."), thisnode ? thisnode : ""); exit (EXIT_FAILURE); }