Merge changes Id564ca35,I6082a335,I54210671
* changes:
Printing error when file is requested to be assembled, but something is wrong with assembly
Delaying saving of the local state change from dispatcher (useful when many changes happen at about the same time)
ccnx: Update tracing in ccnx-wrapper
diff --git a/src/action-log.cc b/src/action-log.cc
index 220e4e4..7851c4c 100644
--- a/src/action-log.cc
+++ b/src/action-log.cc
@@ -296,6 +296,9 @@
sqlite3_finalize (stmt);
+ // set complete for local file
+ SetFileComplete(filename);
+
sqlite3_exec (m_db, "END TRANSACTION;", 0,0,0);
return item;