Mailinglist Archive: zypp-commit (78 mails)
| < Previous | Next > |
[zypp-commit] <libzypp> master : Decrease severity of unknown 'namespace callback' log message (bnc #484751)
- From: Michael Andres <ma@xxxxxxx>
- Date: Wed, 27 May 2009 10:48:00 +0200
- Message-id: <E1M9dN3-00084C-U4@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit de231c3517a44300fd13c6b0f91a2661914d3a13
Author: Michael Andres <ma@xxxxxxx>
Date: Wed May 27 10:48:00 2009 +0200
Decrease severity of unknown 'namespace callback' log message (bnc #484751)
---
zypp/sat/detail/PoolImpl.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zypp/sat/detail/PoolImpl.cc b/zypp/sat/detail/PoolImpl.cc
index 38e093c..bddf9f8 100644
--- a/zypp/sat/detail/PoolImpl.cc
+++ b/zypp/sat/detail/PoolImpl.cc
@@ -142,7 +142,7 @@ namespace zypp
break;
}
- INT << "Unhandled " << Capability( lhs ) << " vs. " << Capability( rhs
) << endl;
+ WAR << "Unhandled " << Capability( lhs ) << " vs. " << Capability( rhs
) << endl;
return RET_unsupported;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit de231c3517a44300fd13c6b0f91a2661914d3a13
Author: Michael Andres <ma@xxxxxxx>
Date: Wed May 27 10:48:00 2009 +0200
Decrease severity of unknown 'namespace callback' log message (bnc #484751)
---
zypp/sat/detail/PoolImpl.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zypp/sat/detail/PoolImpl.cc b/zypp/sat/detail/PoolImpl.cc
index 38e093c..bddf9f8 100644
--- a/zypp/sat/detail/PoolImpl.cc
+++ b/zypp/sat/detail/PoolImpl.cc
@@ -142,7 +142,7 @@ namespace zypp
break;
}
- INT << "Unhandled " << Capability( lhs ) << " vs. " << Capability( rhs
) << endl;
+ WAR << "Unhandled " << Capability( lhs ) << " vs. " << Capability( rhs
) << endl;
return RET_unsupported;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |