Merge branch 'development' into LTS_development
This commit is contained in:
commit
cfb19317f3
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||||
|
|
Loading…
Add table
Reference in a new issue