log uploading of files

pull/40/head
Nestal Wan 2012-06-09 11:02:18 +08:00
parent 271dd95b24
commit facdf88058
1 changed files with 1 additions and 1 deletions

View File

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