Skip to content

Commit

Permalink
MB-3308 - error message when empty config received
Browse files Browse the repository at this point in the history
Change-Id: I0d97b6d1113b30ea0ed88239fa42f74a4bd4e497
Reviewed-on: http://review.membase.org/4237
Tested-by: Matt Ingenthron <matt@northscale.com>
Reviewed-by: Matt Ingenthron <matt@northscale.com>
  • Loading branch information
steveyen authored and Matt Ingenthron committed Jan 11, 2011
1 parent b9ddb37 commit a5cbcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_config.c
Expand Up @@ -1171,7 +1171,7 @@ void cproxy_on_config(void *data0, void *data1) {


free(config); free(config);
} else { } else {
moxi_log_write("ERROR: invalid config from REST server\n"); moxi_log_write("ERROR: invalid, empty config from REST server\n");
goto fail; goto fail;
} }
} else { } else {
Expand Down

0 comments on commit a5cbcfd

Please sign in to comment.