if (!NT_STATUS_IS_OK(status)) {
if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_SUPPORTED)) {
- DBG_ERR("NetBIOS support disabled, unable to connect");
+ DBG_ERR("NetBIOS support disabled, unable to connect\n");
}
DBG_WARNING("Connection to %s failed (Error %s)\n",
offset = datap - converter;
if (offset >= rdrcnt) {
- DEBUG(1,("bad char ptr: datap=%u, converter=%u rdrcnt=%d>",
+ DEBUG(1,("bad char ptr: datap=%u, converter=%u rdrcnt=%d>\n",
datap, converter, rdrcnt));
return "<ERROR>";
}
/* Watch the test below, we are testing to see if we should exit */
if (strncmp(p, "//", 2) && strncmp(p, "\\\\", 2)) {
- DEBUG(1, ("Invalid path (does not begin with smb://"));
+ DEBUG(1, ("Invalid path (does not begin with smb://\n"));
return -1;
}
/* There are options. Null terminate here and point to them */
*q++ = '\0';
- DEBUG(4, ("Found options '%s'", q));
+ DEBUG(4, ("Found options '%s'\n", q));
/* Copy the options */
if (pp_options && *pp_options != NULL) {
if (!NT_STATUS_IS_OK(status)) {
if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_SUPPORTED)) {
- DBG_ERR("NetBIOS support disabled, unable to connect");
+ DBG_ERR("NetBIOS support disabled, unable to connect\n");
}
errno = map_errno_from_nt_status(status);