diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-27 17:53:55 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-07-27 17:53:55 +0000 |
commit | 81638fab7d66be38a42c7378d3709437ef97b5a0 (patch) | |
tree | 5c637fb4abb060ae97eebf3d65558b5c370f28f7 /usr.bin/cvs | |
parent | 5815645b53b6931d8122a06f24e2f77c0eddc802 (diff) |
use LP_NOTICE here too;
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/add.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/add.c b/usr.bin/cvs/add.c index 3148dbd1ce4..38f59524d41 100644 --- a/usr.bin/cvs/add.c +++ b/usr.bin/cvs/add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: add.c,v 1.25 2005/07/25 12:42:54 xsa Exp $ */ +/* $OpenBSD: add.c,v 1.26 2005/07/27 17:53:54 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -144,8 +144,8 @@ cvs_add_remote(CVSFILE *cf, void *arg) static int cvs_add_local(CVSFILE *cf, void *arg) { - cvs_log(LP_INFO, "scheduling file `%s' for addition", cf->cf_name); - cvs_log(LP_INFO, "use `%s commit' to add this file permanently", + cvs_log(LP_NOTICE, "scheduling file `%s' for addition", cf->cf_name); + cvs_log(LP_NOTICE, "use `%s commit' to add this file permanently", __progname); return (0); |