Module: check_mk
Branch: master
Commit: 0a62c4d4385712a91d1b3b1edb71b26e94e383ee
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=0a62c4d4385712…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Wed Apr 29 14:52:33 2015 +0200
fixed wording
---
agents/windows/check_mk_agent.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/agents/windows/check_mk_agent.cc b/agents/windows/check_mk_agent.cc
index 3d6a090..3f6305d 100755
--- a/agents/windows/check_mk_agent.cc
+++ b/agents/windows/check_mk_agent.cc
@@ -5009,8 +5009,8 @@ void do_unpack_plugins(char *plugin_filename) {
fclose(file);
if (had_error) {
- printf("There was an error on unpacking the Check_MK-Agent package: File
integrety is broken\n."
- "The file might have been installed partially.");
+ printf("There was an error on unpacking the Check_MK-Agent package: File
integrity is broken\n."
+ "The file might have been installed partially!");
exit(1);
}