dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/onomondo-eim/+/42831?usp=email )
Change subject: onomondo_eim_app/cosmetic: add a space between version and the
version number
......................................................................
onomondo_eim_app/cosmetic: add a space between version and the version number
Change-Id: Ib6b215b0ae5157150b541b34803135cbf0733695
Related: SYS#7093
---
M src/onomondo_eim_app.erl
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/onomondo-eim refs/changes/31/42831/1
diff --git a/src/onomondo_eim_app.erl b/src/onomondo_eim_app.erl
index 498e36a..5394ef5 100644
--- a/src/onomondo_eim_app.erl
+++ b/src/onomondo_eim_app.erl
@@ -94,7 +94,7 @@
start(_Type, _Args) ->
{ok, Vsn} = application:get_key(onomondo_eim, vsn),
- logger:notice("eIM! version:~s~n", [Vsn]),
+ logger:notice("eIM! version: ~s~n", [Vsn]),
% Startup database
ok = mnesia_db:init(),
--
To view, visit https://gerrit.osmocom.org/c/onomondo-eim/+/42831?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: onomondo-eim
Gerrit-Branch: master
Gerrit-Change-Id: Ib6b215b0ae5157150b541b34803135cbf0733695
Gerrit-Change-Number: 42831
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>