Ignore:
Timestamp:
08/20/18 10:23:22 (6 years ago)
Author:
tbretz
Message:
Print 'success' in case of success.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19185 r19186  
    809809    {
    810810        if (verbose>0)
    811             cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s\n" << endl;
     811        {
     812            cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s.\n";
     813            cout << "Success.\n" << endl;
     814        }
    812815        return 0;
    813816    }
     
    890893    }
    891894
     895    cout << "Success!\n" << endl;
    892896    return 0;
    893897}
Note: See TracChangeset for help on using the changeset viewer.