Skip to content

Commit

Permalink
Change sairedis recording file name to sairedis.rec (sonic-net#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 3, 2017
1 parent 6f60b1d commit 0e36564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sai_redis_record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void startRecording()
{
SWSS_LOG_ENTER();

recfile = logOutputDir + "/sairedis." + getTimestamp() + ".rec";
recfile = logOutputDir + "/sairedis.rec";

recording.open(recfile);

Expand Down

0 comments on commit 0e36564

Please sign in to comment.