rd
: Fix typo
This commit is contained in:
parent
f36ecbfc6d
commit
aec5a01f2c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ impl ResourceDescriptorXRD {
|
|||
&& mime_type.suffix() == Some(mime::XML);
|
||||
log::trace!("Is media type application/xrd+xml? {mime_is_xrd:?}");
|
||||
if !mime_is_xrd {
|
||||
log::error!("MIME type `{mime_type}` is not acceptable for JRD parsing.");
|
||||
log::error!("MIME type `{mime_type}` is not acceptable for XRD parsing.");
|
||||
return Err(ContentTypeUnsupported);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue