git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implemented storing services.
[stg.git]
/
stglibs
/
srvconf.lib
/
parsers
/
get_service.cpp
diff --git
a/stglibs/srvconf.lib/parsers/get_service.cpp
b/stglibs/srvconf.lib/parsers/get_service.cpp
index f6de8e513b5b86bb4ca74fb1e0179e1631b41320..e9949cbc4659ca9b8a8c4ce15699943dd19a34f4 100644
(file)
--- a/
stglibs/srvconf.lib/parsers/get_service.cpp
+++ b/
stglibs/srvconf.lib/parsers/get_service.cpp
@@
-94,8
+94,6
@@
if (strcasecmp(el, "service") == 0)
error = std::string("Invalid parameter '") + *pos + "' or value '" + *(pos + 1) + "'.";
break;
}
- else
- printfd(__FILE__, "Parsed '%s' successfully.\n", *pos);
}
}
else