Subversion Repositories public iLand

Rev

Rev 1182 | Rev 1217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1182 Rev 1204
Line 109... Line 109...
109
        }
109
        }
110
        setupLogging();
110
        setupLogging();
111
111
112
        qDebug() << "**************************************************";
112
        qDebug() << "**************************************************";
113
        qDebug() << "***********     iLand console session     ********";
113
        qDebug() << "***********     iLand console session     ********";
114
        qDebug() << "**************************************************";
-
 
115
        qDebug() << "started at: " << QDateTime::currentDateTime().toString("hh:mm:ss");
-
 
116
        qDebug() << "iLand " << currentVersion() << " (" << svnRevision() << ")";
-
 
117
        qDebug() << "**************************************************";
114
        qDebug() << "**************************************************";
118
115
119
        qWarning() << "*** creating model...";
116
        qWarning() << "*** creating model...";
120
        qWarning() << "**************************************************";
117
        qWarning() << "**************************************************";
121
118