Skip to content

Commit

Permalink
modules/kvs: Remove unnecessary log
Browse files Browse the repository at this point in the history
Error is returned to user, so the log of an error is unnecessary.

Fixes #1462
  • Loading branch information
chu11 committed Apr 13, 2018
1 parent 29a902a commit a0bc9ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/kvs/kvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1042,10 +1042,6 @@ static void kvstxn_apply (kvstxn_t *kt)
} else {
fallback = kvstxn_fallback_mergeable (kt);

flux_log (ctx->h, LOG_ERR, "kvstxn failed: %s%s",
flux_strerror (errnum),
fallback ? " (is fallbackable)" : "");

/* if merged transaction is fallbackable, ignore the fallback option
* if it's an extreme "death" like error.
*/
Expand Down

0 comments on commit a0bc9ab

Please sign in to comment.