git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Handle EINTR in mod_radius correctly.
[stg.git]
/
projects
/
stargazer
/
plugin_mgr.cpp
diff --git
a/projects/stargazer/plugin_mgr.cpp
b/projects/stargazer/plugin_mgr.cpp
index 9a3dab0040f36d17ac3a0af91730bcca7cb89270..5346db8b684c9242869dd7b7012e1d2f1ef97e8c 100644
(file)
--- a/
projects/stargazer/plugin_mgr.cpp
+++ b/
projects/stargazer/plugin_mgr.cpp
@@
-84,7
+84,7
@@
PluginManager::PluginManager(const SETTINGS_IMPL& settings,
{
m_log("Failed to start module '%s': '%s'", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
{
m_log("Failed to start module '%s': '%s'", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
- printfd(__FILE__, "Failed to start module '%s': '%s'", plugin.GetVersion().c_str(),
+ printfd(__FILE__, "Failed to start module '%s': '%s'
\n
", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
}
else
plugin.GetStrError().c_str());
}
else
@@
-105,7
+105,7
@@
PluginManager::~PluginManager()
{
m_log("Failed to stop module '%s': '%s'", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
{
m_log("Failed to stop module '%s': '%s'", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
- printfd(__FILE__, "Failed to stop module '%s': '%s'", plugin.GetVersion().c_str(),
+ printfd(__FILE__, "Failed to stop module '%s': '%s'
\n
", plugin.GetVersion().c_str(),
plugin.GetStrError().c_str());
}
else
plugin.GetStrError().c_str());
}
else