From ab52aa233c0ec920dd95a23ac782525283422c85 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sat, 26 Dec 2015 19:34:59 +0100 Subject: add the new option to the output --- akonadish/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'akonadish') diff --git a/akonadish/main.cpp b/akonadish/main.cpp index 6e7aa9e..1e3f2f5 100644 --- a/akonadish/main.cpp +++ b/akonadish/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) (argc == 2 && qstrcmp(argv[1], "-") == 0); const bool fromScript = !startRepl && QFile::exists(argv[1]); - //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener; + //qDebug() << "state at startup is" << interactive << startRepl << startJsonListener << fromScript; QCoreApplication app(argc, argv); app.setApplicationName(argv[0]); -- cgit v1.2.3