Add SessionLog

This commit is contained in:
Florian Märkl 2019-08-06 14:12:21 +02:00
parent da719d8b8a
commit c4921ad682
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
16 changed files with 187 additions and 87 deletions

View file

@ -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);