Commit 86675b03 authored by claes's avatar claes

Included log of new mapped segment

parent a435cb5e
/*
* Proview $Id: rt_sect.c,v 1.2 2005-09-01 14:57:56 claes Exp $
* Proview $Id: rt_sect.c,v 1.3 2006-03-20 07:25:09 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -317,7 +317,7 @@ sect_Alloc (
}
#endif
if (0) errh_Info("Mapped %s, base: %x, size: %d", shp->name, shp->base, shp->size);
if (1) errh_Info("Mapped %s, base: %x, size: %d", shp->name, shp->base, shp->size);
pwr_Return(shp, sts, lsts);
} while (0);
......
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