Fix APN setting error
[platform/core/telephony/tel-plugin-packetservice.git] / src / main.c
index 6e0f8df..732bb64 100644 (file)
@@ -59,7 +59,7 @@ static gboolean on_init(TcorePlugin *p)
                err("fail to get dbus(%s)", error->message);
                return FALSE;
        }
-       dbg("get dbus connection(%p)", conn);
+       dbg("get dbus connection (%p)", conn);
 
        dbg("plugin pointer (%p)", p);
        rv = _ps_context_initialize(p);