Commit f85f4383 authored by Nils Goroll's avatar Nils Goroll

fix error message: the file is called classes.conf

parent 1fdb3d50
#!/usr/bin/perl
#
# Copyright (c) 2014 UPLEX - Nils Goroll Systemoptimierung
# Copyright (c) 2014-2015 UPLEX - Nils Goroll Systemoptimierung
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
......@@ -1456,7 +1456,7 @@ dcs_type_class(int type_id /* enum dcs_type */) {
EOF
if (scalar(%types_unused)) {
warn 'Unused type(s) in types.conf: '.join(", ", sort keys %types_unused);
warn 'Unused type(s) in classes.conf: '.join(", ", sort keys %types_unused);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment