Correct the function name in catch-all error handling case.

MFC after:	1 week
This commit is contained in:
Bjoern A. Zeeb 2015-06-17 10:20:59 +00:00
parent 1eabd96728
commit 8fe344fa48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284508

View File

@ -160,7 +160,7 @@ db_var_curvnet(struct db_variable *vp, db_expr_t *valuep, int op)
return (0);
default:
db_printf("db_var_curcpu: unknown operation\n");
db_printf("db_var_curvnet: unknown operation\n");
return (0);
}
}