[MERGED] libosmo-sccp[master]: cosmetic: ws in log

2017-08-09 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: cosmetic: ws in log
..


cosmetic: ws in log

Change-Id: If5a56ec170d4e91ce070f6fa9c9cfe5bbc121186
---
M src/sccp2sua.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/sccp2sua.c b/src/sccp2sua.c
index 499b55b..ad948c9 100644
--- a/src/sccp2sua.c
+++ b/src/sccp2sua.c
@@ -231,7 +231,7 @@
break;
default:
LOGP(DLSUA, LOGL_ERROR, "Unknown CCP Routing Indicator %u"
-   "requested\n", in->ri);
+   " requested\n", in->ri);
return -EINVAL;
}
 

-- 
To view, visit https://gerrit.osmocom.org/3367
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If5a56ec170d4e91ce070f6fa9c9cfe5bbc121186
Gerrit-PatchSet: 3
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder


libosmo-sccp[master]: cosmetic: ws in log

2017-08-08 Thread Harald Welte

Patch Set 2: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/3367
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If5a56ec170d4e91ce070f6fa9c9cfe5bbc121186
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-HasComments: No


[PATCH] libosmo-sccp[master]: cosmetic: ws in log

2017-07-27 Thread Neels Hofmeyr

Review at  https://gerrit.osmocom.org/3367

cosmetic: ws in log

Change-Id: If5a56ec170d4e91ce070f6fa9c9cfe5bbc121186
---
M src/sccp2sua.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/67/3367/1

diff --git a/src/sccp2sua.c b/src/sccp2sua.c
index 499b55b..ad948c9 100644
--- a/src/sccp2sua.c
+++ b/src/sccp2sua.c
@@ -231,7 +231,7 @@
break;
default:
LOGP(DLSUA, LOGL_ERROR, "Unknown CCP Routing Indicator %u"
-   "requested\n", in->ri);
+   " requested\n", in->ri);
return -EINVAL;
}
 

-- 
To view, visit https://gerrit.osmocom.org/3367
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5a56ec170d4e91ce070f6fa9c9cfe5bbc121186
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr