less verbose
This commit is contained in:
parent
b030a6c390
commit
4a727cddff
@ -86,7 +86,8 @@ attachargs(int argc, char **argv, int omode, int verbose)
|
||||
symfil = "a.out"; /* default */
|
||||
if(corpid){ /* try from corpid */
|
||||
if((s = proctextfile(corpid)) != nil){
|
||||
fprint(2, "corpid %d: text %s\n", corpid, s);
|
||||
if(verbose)
|
||||
fprint(2, "corpid %d: text %s\n", corpid, s);
|
||||
symfil = s;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user