mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 01:24:00 +02:00
tweak
This commit is contained in:
parent
bfa8038f18
commit
eb66064a18
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ int OctreeServer::civetwebRequestHandler(struct mg_connection* connection) {
|
||||||
const int MAX_TIME_LENGTH = 128;
|
const int MAX_TIME_LENGTH = 128;
|
||||||
char buffer[MAX_TIME_LENGTH];
|
char buffer[MAX_TIME_LENGTH];
|
||||||
strftime(buffer, MAX_TIME_LENGTH, "%m/%d/%Y %X", voxelsLoadedAtLocal);
|
strftime(buffer, MAX_TIME_LENGTH, "%m/%d/%Y %X", voxelsLoadedAtLocal);
|
||||||
mg_printf(connection, "%s file Loaded At: %s", theServer->getMyServerName(), buffer);
|
mg_printf(connection, "%s File Loaded At: %s", theServer->getMyServerName(), buffer);
|
||||||
|
|
||||||
// Convert now to tm struct for UTC
|
// Convert now to tm struct for UTC
|
||||||
tm* voxelsLoadedAtUTM = gmtime(theServer->getLoadCompleted());
|
tm* voxelsLoadedAtUTM = gmtime(theServer->getLoadCompleted());
|
||||||
|
|
Loading…
Reference in a new issue