mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:05:11 +00:00
[ADD/WIP] Codenames, try to get codeblocks basics
Mostly focused on the LMDB support right now, sorry!
This commit is contained in:
parent
93d7b0f8e0
commit
61b248363d
7 changed files with 42 additions and 10 deletions
|
|
@ -38,11 +38,12 @@ Main(void)
|
|||
Cron *cron = NULL;
|
||||
|
||||
start = UtilTsMillis();
|
||||
/* TODO: Read args(config file, HTTP/XMPP threads, ...) */
|
||||
|
||||
memset(&conf, 0, sizeof(conf));
|
||||
Log(LOG_INFO,
|
||||
"%s - v%s (Cytoplasm %s)",
|
||||
NAME, VERSION, CytoplasmGetVersionStr()
|
||||
"%s - v%s[%s] (Cytoplasm %s)",
|
||||
NAME, VERSION, CODE, CytoplasmGetVersionStr()
|
||||
);
|
||||
Log(LOG_INFO, "=======================");
|
||||
LogConfigIndent(LogConfigGlobal());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue