mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Add SessionLog
This commit is contained in:
parent
da719d8b8a
commit
c4921ad682
16 changed files with 187 additions and 87 deletions
|
@ -63,6 +63,9 @@ int main(int argc, char *argv[])
|
|||
if(args[0] == "stream")
|
||||
{
|
||||
StreamSessionConnectInfo connect_info;
|
||||
|
||||
connect_info.log_level_mask = CHIAKI_LOG_ALL & ~CHIAKI_LOG_VERBOSE;
|
||||
|
||||
connect_info.host = host;
|
||||
connect_info.registkey = parser.value(regist_key_option);
|
||||
connect_info.ostype = parser.value(ostype_option);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue