projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80fed01
)
- Fixed exception type to MediaUnsupportedUrlSchemeException
author
Marius Tomaschewski
<mt@suse.de>
Tue, 14 Feb 2006 17:42:54 +0000
(17:42 +0000)
committer
Marius Tomaschewski
<mt@suse.de>
Tue, 14 Feb 2006 17:42:54 +0000
(17:42 +0000)
zypp/media/MediaCD.cc
patch
|
blob
|
history
diff --git
a/zypp/media/MediaCD.cc
b/zypp/media/MediaCD.cc
index edcd80807e97b6c38a570ec0973f17e2dfb8149e..5e7a16bda81d77845bd82c7b673187de3b4a79e8 100644
(file)
--- a/
zypp/media/MediaCD.cc
+++ b/
zypp/media/MediaCD.cc
@@
-62,7
+62,7
@@
namespace zypp {
{
ERR << "Unsupported schema in the Url: " << url_r.asString()
<< std::endl;
- ZYPP_THROW(Media
BadUrlEmptyDestination
Exception(_url));
+ ZYPP_THROW(Media
UnsupportedUrlScheme
Exception(_url));
}
MIL << "MediaCD::MediaCD(" << url_r << ", " << attach_point_hint_r << ")" << endl;