Skip to content

Commit

Permalink
HPCC-30505 Ensure locations of missing files are traced in standard l…
Browse files Browse the repository at this point in the history
…ogging

Signed-off-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday committed Oct 12, 2023
1 parent 0ebbf24 commit 3d2064d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roxie/ccd/ccdfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ class CRoxieFileCache : implements IRoxieFileCache, implements ICopyFileProgress
throw MakeStringException(ROXIE_FILE_ERROR, "Local file %s does not match DFS information", localLocation);
else
{
if (doTrace(TraceFlags::Always, TraceFlags::Detailed))
if (doTrace(TraceFlags::Always, TraceFlags::Standard))
{
#ifndef _CONTAINERIZED
DBGLOG("Failed to open file at any of the following %d local locations:", localLocations.length());
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 6514 files

0 comments on commit 3d2064d

Please sign in to comment.