Skip to content

Commit f744889

Browse files
authored
Merge pull request #238 from beOn/name_fix
Revert change to the recording engine ID
2 parents 1f935de + 2b40f9c commit f744889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/BinaryWriter/BinaryRecording.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ void BinaryRecording::increaseEventCounts(EventRecording* rec)
606606

607607
RecordEngineManager* BinaryRecording::getEngineManager()
608608
{
609-
RecordEngineManager* man = new RecordEngineManager("BUSSELABRAWBINARY", "Binary",
609+
RecordEngineManager* man = new RecordEngineManager("RAWBINARY", "Binary",
610610
&(engineFactory<BinaryRecording>));
611611
EngineParameter* param;
612612
param = new EngineParameter(EngineParameter::BOOL, 0, "Record TTL full words", true);

0 commit comments

Comments
 (0)