diff options
| author | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-11-05 22:33:22 +0000 |
| commit | 18a77356a424511e7ae1865d1554d20b4b5c51fb (patch) | |
| tree | 15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/rotord.h | |
| parent | 9462492cae4d94157538f353d67f2f6daaa45259 (diff) | |
clean up compiler warnings
Diffstat (limited to 'rotord/src/rotord.h')
| -rw-r--r-- | rotord/src/rotord.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rotord/src/rotord.h b/rotord/src/rotord.h index dd6a25c..6324fd2 100644 --- a/rotord/src/rotord.h +++ b/rotord/src/rotord.h @@ -142,8 +142,6 @@ int main(int argc, char** argv) AutoPtr<Formatter> formatter(new PatternFormatter("%d-%m-%Y %H:%M:%S %s: %t")); AutoPtr<Channel> formattingChannel(new FormattingChannel(formatter, splitterChannel)); - Logger& sLog = Logger::create("Rotor", formattingChannel, Message::PRIO_TRACE); - Logger& logger = Logger::get("Rotor"); logger.information("starting rendering daemon"); |
