We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655bca5 commit cf9fc90Copy full SHA for cf9fc90
src/PreviewData.cpp
@@ -51,6 +51,7 @@ void
51
RC2::PreviewData::update ( FileInfo& updatedInfo, string& updateIdent, int targetChunkId, bool includePrevious ) {
52
assert ( updatedInfo.id == fileInfo.id );
53
currentUpdateIdentifier_ = updateIdent;
54
+ LOG_INFO << "got update request ident:" << updateIdent;
55
fileInfo = updatedInfo;
56
string contents = SlurpFile ( fileInfo.name.c_str() );
57
currentChunks_ = parser.parseRmdSource ( contents );
0 commit comments