Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2017-06-09 21:39:19 +02:00
commit cfb19317f3

View file

@ -713,7 +713,7 @@ namespace Mist{
tmp.time = tmpPack.getTime(); tmp.time = tmpPack.getTime();
} }
if (tmpPack){ if (tmpPack){
HIGH_MSG("Sought to time %d in %s@%u", tmp.time, streamName.c_str(), tid); HIGH_MSG("Sought to time %llu in %s@%u", tmp.time, streamName.c_str(), tid);
buffer.insert(tmp); buffer.insert(tmp);
return true; return true;
}else{ }else{