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 Dec 11, 2014
1 parent e79950d commit e341e6c
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 e341e6c

Please sign in to comment.