summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-11-26 05:16:19 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-11-26 05:16:19 +0000
commit91b8c3dfb4ec1da373416ce65e727792bf293f5e (patch)
tree93efddb675c9cb732ac1b5fc90cf9a1795f02481
parentb8696f5897998e32dc4adb7b2096dc547b44ff55 (diff)
downloadATCD-91b8c3dfb4ec1da373416ce65e727792bf293f5e.tar.gz
-rw-r--r--DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp b/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
index a822e8faea8..123c384db9b 100644
--- a/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
+++ b/DAnCE/dance/Plan_Launcher/Plan_Launcher.cpp
@@ -339,8 +339,7 @@ parse_args(int argc, ACE_TCHAR *argv[], Options &options)
DANCE_DEBUG (DANCE_LOG_MAJOR_DEBUG_INFO,
(LM_DEBUG, DLINFO
ACE_TEXT ("Plan_Launcher::parse_args - ")
- ACE_TEXT ("Setting mode for destroyApplication: %C\n"),
- get_opt.opt_arg ()));
+ ACE_TEXT ("Setting mode for destroyApplication\n")));
options.mode_ = Options::STOPAPP;
break;
}
@@ -350,8 +349,7 @@ parse_args(int argc, ACE_TCHAR *argv[], Options &options)
DANCE_DEBUG (DANCE_LOG_MAJOR_DEBUG_INFO,
(LM_DEBUG, DLINFO
ACE_TEXT ("Plan_Launcher::parse_args - ")
- ACE_TEXT ("Setting mode for starting app from existing AM: %C\n"),
- get_opt.opt_arg ()));
+ ACE_TEXT ("Setting mode for starting app from existing AM\n")));
options.mode_ = Options::STARTAPP;
break;
}