diff --git a/libgrive/src/drive/Resource.cc b/libgrive/src/drive/Resource.cc index 89cde59..acd09e7 100644 --- a/libgrive/src/drive/Resource.cc +++ b/libgrive/src/drive/Resource.cc @@ -317,7 +317,7 @@ void Resource::Sync( http::Agent *http, const http::Header& auth ) switch ( m_state ) { case local_new : - Log( "sync %1% doesn't exist in server, uploading", Path(), log::verbose ) ; + Log( "sync %1% doesn't exist in server, uploading", Path(), log::info ) ; if ( Create( http, auth ) ) m_state = sync ;