Skip to content

Commit

Permalink
CP-41402: fix typo in NBD log messages
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <mark.syms@citrix.com>
  • Loading branch information
MarkSymsCtx committed Dec 14, 2022
1 parent 42af124 commit de3c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/tapdisk-nbdserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ receive_newstyle_options(td_nbdserver_t *server, int new_fd, bool no_zeroes)
switch (opt_code) {
case NBD_OPT_EXPORT_NAME:
{
INFO("Processing NBD_OPT_EXORT_NAME");
INFO("Processing NBD_OPT_EXPORT_NAME");
uint16_t flags = 0;
if(receive_info(new_fd, (char *)buf, opt_len) == -1){
ERR ("Failed to received data for NBD_OPT_EXPORT_NAME");
Expand Down Expand Up @@ -428,7 +428,7 @@ receive_newstyle_options(td_nbdserver_t *server, int new_fd, bool no_zeroes)
case NBD_OPT_GO:
{
uint16_t flags;
INFO("Processing NBD_OPT_EXORT_NAME");
INFO("Processing NBD_OPT_EXPORT_NAME");

provide_server_info(server, &exportsize, &flags);

Expand Down

0 comments on commit de3c3e6

Please sign in to comment.