Skip to content

Commit

Permalink
more informative error message, fix typo (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 6, 2020
1 parent e74f3cc commit 2785558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netcdf_c.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ function nc_inq_var(ncid::Integer,varid::Integer)
if class == NC_VLEN
Vector{jlType[base_nc_type]}
else
warning("unsupported type: class=$(class)")
@warn "unsupported type: class=$(class)"
Nothing
end
else
Expand Down

0 comments on commit 2785558

Please sign in to comment.