Skip to content

Commit

Permalink
Reformat Content Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
whyman committed May 7, 2018
1 parent 1526045 commit f009226
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 105 deletions.
2 changes: 1 addition & 1 deletion src/content_manager.cc
Expand Up @@ -1033,7 +1033,7 @@ int ContentManager::addContainerChain(String chain, String lastClass, int lastRe
if (!string_ok(chain))
throw _Exception(_("addContainerChain() called with empty chain parameter"));

log_debug("received chain: %s (%s) [%s]\n", chain.c_str(), lastClass.c_str(), lastMetadata != nullptr ? lastMetadata->encodeSimple().c_str(): "null");
log_debug("received chain: %s (%s) [%s]\n", chain.c_str(), lastClass.c_str(), lastMetadata != nullptr ? lastMetadata->encodeSimple().c_str() : "null");
storage->addContainerChain(chain, lastClass, lastRefID, &containerID, &updateID, lastMetadata);

// if (updateID != INVALID_OBJECT_ID)
Expand Down

0 comments on commit f009226

Please sign in to comment.