Skip to content
Snippets Groups Projects
Commit 1bc8d3ed authored by sof's avatar sof
Browse files

[project @ 1998-01-22 16:00:19 by sof]

Make output stderr dribble consistent
parent 7ac362d8
No related merge requests found
......@@ -302,7 +302,7 @@ sub calcNewModuleVersion {
return(&mv_change($changed_version,"$v changed")) if $Decl{"old:$v"} ne $Decl{"new:$v"};
}
print STDERR "Module version unchanged at $unchanged_version\n";
print STDERR "$Pgm: module version unchanged at $unchanged_version\n";
return($unchanged_version);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment