diff --git a/source/monad.cpp b/source/monad.cpp index 59486ec6366ad81b3095558c382d4649289e0827..4b880f0370b90fcdde23b31f08d5c80f3861ad7c 100644 --- a/source/monad.cpp +++ b/source/monad.cpp @@ -88,11 +88,10 @@ int main(int argc, const char * const * argv) processArgs(argc, argv); cout << versioninfo::official_name << endl; - cout << "Testing " << assignment_base << " at " << getTime() << endl; + cout << "Testing " << assignment_base; if (mp_part != no_mp_part) cout << '.' << (int)mp_part; - cout << endl << getRandomQuote() << endl; - cout << endl; - + cout << " at " << getTime() << endl; + cout << endl << getRandomQuote() << endl << endl; cout << "Setting up test environment..." << endl; // Read in test-specific config settings