summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1996-10-16 20:59:08 +0000
committersos <sos@FreeBSD.org>1996-10-16 20:59:08 +0000
commitef80b84143b41951e403910e1c638a13c08b1df5 (patch)
treec4bfe6d96dcd75b0160dff873926e061ca93e82f
parentdea026027ce02804712e35943b7bfea6e86ce05a (diff)
downloadFreeBSD-src-ef80b84143b41951e403910e1c638a13c08b1df5.zip
FreeBSD-src-ef80b84143b41951e403910e1c638a13c08b1df5.tar.gz
Oops forgot to remove a debug printf.
-rw-r--r--sys/kern/imgact_elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c
index 5815dd1..7a81ab4 100644
--- a/sys/kern/imgact_elf.c
+++ b/sys/kern/imgact_elf.c
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: imgact_elf.c,v 1.9 1996/10/03 06:14:48 peter Exp $
+ * $Id: imgact_elf.c,v 1.10 1996/10/16 17:51:05 sos Exp $
*/
#include <sys/param.h>
@@ -674,7 +674,7 @@ exec_elf_imgact(struct image_params *imgp)
}
}
- uprintf("Executing %s binary\n", elf_brand_list[i]->brand);
+ UPRINTF("Executing %s binary\n", elf_brand_list[i]->brand);
/*
* Construct auxargs table (used by the fixup routine)
OpenPOWER on IntegriCloud