diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 92a6663..8a5b29e 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -238,7 +238,7 @@ bool handleStartupItem(const string &line, int offset) { | |||
238 | 238 | ||
239 | FbCommands::ExecuteCmd *tmp_exec_cmd = new FbCommands::ExecuteCmd(str, screen); | 239 | FbCommands::ExecuteCmd *tmp_exec_cmd = new FbCommands::ExecuteCmd(str, screen); |
240 | #ifdef DEBUG | 240 | #ifdef DEBUG |
241 | cerr<<"Executing startup command '"<<str<<"' on screen "<<screen<<endl; | 241 | cerr<<"Executing startup Command<void> '"<<str<<"' on screen "<<screen<<endl; |
242 | #endif // DEBUG | 242 | #endif // DEBUG |
243 | tmp_exec_cmd->execute(); | 243 | tmp_exec_cmd->execute(); |
244 | delete tmp_exec_cmd; | 244 | delete tmp_exec_cmd; |