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 Feb 17, 2015
1 parent f5d05f9 commit 8d30abc
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 8d30abc

Please sign in to comment.