Skip to content

Commit

Permalink
Don't print an extra \n for protocol messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Nov 20, 2014
1 parent f7fdf84 commit eacb8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/dir_cmd.c
Expand Up @@ -259,7 +259,7 @@ static void *handle_director_connection(BSOCK *dir, char *job_name)
break; /* connection terminated */
}

Dmsg1(199, "<dird: %s\n", dir->msg);
Dmsg1(199, "<dird: %s", dir->msg);

/*
* Ensure that device initialization is complete
Expand Down

0 comments on commit eacb8c2

Please sign in to comment.