diff --git a/parser/parser_interface.c b/parser/parser_interface.c index 49e293aea..4ed80d774 100644 --- a/parser/parser_interface.c +++ b/parser/parser_interface.c @@ -77,7 +77,7 @@ static void print_error(int error) PERROR(_("Out of memory\n")); break; case -EFAULT: - PERROR(_("Couldn't copy profile Bad memory address\n")); + PERROR(_("Couldn't copy profile: Bad memory address\n")); break; case -EPROTO: PERROR(_("Profile doesn't conform to protocol\n"));