> > It is unnecessary, the syslog connections are closed automatically on > exit. > > Signed-off-by: Lukáš Hrázký <[email protected]> > --- > src/spice-streaming-agent.cpp | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp > index be133e4..0a7edbe 100644 > --- a/src/spice-streaming-agent.cpp > +++ b/src/spice-streaming-agent.cpp > @@ -501,6 +501,5 @@ int main(int argc, char* argv[]) > ret = EXIT_FAILURE; > } > > - closelog(); > return ret; > }
Acked-by: Frediano Ziglio <[email protected]> Frediano _______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
