diff options
author | fluffypony <ric@spagni.net> | 2014-09-09 11:32:00 +0200 |
---|---|---|
committer | fluffypony <ric@spagni.net> | 2014-09-09 11:32:00 +0200 |
commit | cf5a8b1d6c3df615641e81328bb3d8cf80cd70e3 (patch) | |
tree | 7a1140728c5c5becac26e7b90f57d34d278c2d5e /contrib/epee/include/net/levin_client.inl | |
parent | build number increase after release (diff) | |
download | monero-cf5a8b1d6c3df615641e81328bb3d8cf80cd70e3.tar.xz |
moved non-critical warnings and errors to log level 1
Diffstat (limited to 'contrib/epee/include/net/levin_client.inl')
-rw-r--r-- | contrib/epee/include/net/levin_client.inl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/epee/include/net/levin_client.inl b/contrib/epee/include/net/levin_client.inl index ae159da6e..a802d55fa 100644 --- a/contrib/epee/include/net/levin_client.inl +++ b/contrib/epee/include/net/levin_client.inl @@ -95,7 +95,7 @@ int levin_client_impl::invoke(int command, const std::string& in_buff, std::stri if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L0("Signature missmatch in response"); + LOG_PRINT_L1("Signature missmatch in response"); return -1; } @@ -156,7 +156,7 @@ inline if(head.m_signature!=LEVIN_SIGNATURE) { - LOG_PRINT_L0("Signature missmatch in response"); + LOG_PRINT_L1("Signature missmatch in response"); return -1; } @@ -191,4 +191,4 @@ inline } } -//------------------------------------------------------------------------------
\ No newline at end of file +//------------------------------------------------------------------------------ |