summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-10-03 18:56:20 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-10-03 18:56:31 +0200
commit84fcc54bef61fa4e6584a389fdeb35eafd320b89 (patch)
treef507c916fc77bfadf806c5e5276fb97d967b62c5 /src/main.c
parent2fd8d6dec4ac86150f4c01af2024bb5e2a84374a (diff)
cairo: draw baresip logo instead of ball
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 40f7f9d..b1dcb66 100644
--- a/src/main.c
+++ b/src/main.c
@@ -230,7 +230,10 @@ int main(int argc, char *argv[])
log_enable_stderr(false);
}
- info("baresip is ready.\n");
+ info("\x1b[34;1m" "bare"
+ "\x1b[31;1m" "sip"
+ "\x1b[;m"
+ " is ready.\n");
/* Execute any commands from input arguments */
for (i=0; i<execmdc; i++) {