X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=libcfs%2Flibcfs%2Fdebug.c;h=aa0453864806bc0f7a361a93078d9e31a02c9599;hb=ca6bdcd8e8d3e01dd4ad56312efa3dd7657e6dda;hp=8d46a8b16ec00d97673e6d86dfd1deb9d3719d5a;hpb=e2af7fb3c91dfb13d34d8e1b2f2df8c09621f768;p=fs%2Flustre-release.git diff --git a/libcfs/libcfs/debug.c b/libcfs/libcfs/debug.c index 8d46a8b..aa04538 100644 --- a/libcfs/libcfs/debug.c +++ b/libcfs/libcfs/debug.c @@ -27,7 +27,7 @@ * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. * - * Copyright (c) 2011, Whamcloud, Inc. + * Copyright (c) 2011, 2012, Whamcloud, Inc. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -164,6 +164,8 @@ libcfs_debug_subsys2str(int subsys) return "lov"; case S_LQUOTA: return "lquota"; + case S_OSD: + return "osd"; case S_LMV: return "lmv"; case S_SEC: @@ -245,7 +247,9 @@ libcfs_debug_dbg2str(int debug) return "quota"; case D_SEC: return "sec"; - } + case D_LFSCK: + return "lfsck"; + } } int