Skip to content

Commit cf9fc90

Browse files
committed
added update ident logging
1 parent 655bca5 commit cf9fc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PreviewData.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void
5151
RC2::PreviewData::update ( FileInfo& updatedInfo, string& updateIdent, int targetChunkId, bool includePrevious ) {
5252
assert ( updatedInfo.id == fileInfo.id );
5353
currentUpdateIdentifier_ = updateIdent;
54+
LOG_INFO << "got update request ident:" << updateIdent;
5455
fileInfo = updatedInfo;
5556
string contents = SlurpFile ( fileInfo.name.c_str() );
5657
currentChunks_ = parser.parseRmdSource ( contents );

0 commit comments

Comments
 (0)