summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index d047a64..ab4093b 100644
--- a/main.c
+++ b/main.c
@@ -14,6 +14,7 @@ int main(int argc, char *argv[])
srv_open("/home/angel/lib/snac/comam.es");
snac_open(&snac, "mike");
+ snac_log(&snac, xs_str_new("ok"));
return 0;
}